Re: [OT] ServletResponse question

2003-08-08 Thread Kris Schneider
JSTLIYF: body content as param value ... Which will give you a page-scoped attribute called "resp" of type String. Quoting Andy Kriger <[EMAIL PROTECTED]>: > I would like to call a JSP (using jsp:include) passing it some parameters, > have that included JSP do its dynamic stuff, and th

[OT] ServletResponse question

2003-08-06 Thread Andy Kriger
I would like to call a JSP (using jsp:include) passing it some parameters, have that included JSP do its dynamic stuff, and then get the response as a String or byte[] so that I can do some further manipulation with the resulting HTML. Is there any way to get a String or byte[] from a response.get