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
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 servlets service
method, or within the scope of a filters doFilter method. Containers commonly
recycle
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
3 matches
Mail list logo