Hmm... I'm not sure we support that. Try "pageContext" which might give you a JSP PageContext from which you can get the response.
You might run into problems if you write to the response. I have never tried that. - Dave On Nov 30, 2007 4:19 PM, Prabhu Patil <[EMAIL PROTECTED]> wrote: > Dave, > > Sorry, I need the Response object, not the request. > > Thanks > > -----Original Message----- > From: Dave [mailto:[EMAIL PROTECTED] > Sent: Friday, November 30, 2007 3:17 PM > To: [email protected] > Subject: Re: inserting java code in templates > > > On Nov 30, 2007 4:12 PM, Prabhu Patil <[EMAIL PROTECTED]> wrote: > > I'm almost there, but for one last thing. I need the > HTTPServletResponse > > object in the new Model object I wrote. What's the key to retrieve > > response object from Roller's params Map? > > The example I sent shows exactly how to do that: > http://tinyurl.com/2pnpn3 > > The param name is "request" > > > > Thanks so much. > > Sure thing. > > - Dave >
