Re: HttpServletRequest Question

2004-10-15 Thread John Fitzpatrick
Thanks for the response. I was doing some more thinking about this after posting the question -- What I really need is the request parameters to be preserved. As I'm using DynaActionForms, I think I could just store a copy of the form after each request; and, then if I intercept a login/language c

Re: HttpServletRequest Question

2004-10-15 Thread Kris Schneider
As to storing the request instances, here's something of interest from the Servlet 2.3 spec: === SRV.4.10 Lifetime of the Request Object Each request object is valid only within the scpoe of a servlet’s service method, or within the scope of a filter’s doFilter method. Containers commonly recycle

HttpServletRequest Question

2004-10-15 Thread John Fitzpatrick
This may be slightly off-topic for this list, but here goes anyway: I'm working on a Struts site which must be i18n compatible and have a login system where some of the pages are protected. What I'm looking to accomplish is two fold: 1. When viewing any page, including query results, be able to s