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
2 matches
Mail list logo