Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

forcing JSP parsing/evaluation

Status
Not open for further replies.

wac

Programmer
Sep 6, 2002
7
US
I've got a JSP which is passed an XML file which can sometimes have JSP tags embeded in it (since JSP is just XML). Once my tag handler reads the XML file and gets to the JSP part, is there a way to feed the input stream to some process which will handle the embeded JSP? I've found that if a tag lib just emits JSP, it does not get reparsed and handled. The output is expected to be HTML (for the client). I need something equivalent to a javascript 'eval' which will force the JSP engine to reevaluate this new JSP source.

Wayne Christian
wac@genesyslab.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top