I have a question about the use of forms in session scope, in a clustered
environment.  In a clustered environment, if you get someting from the
session via session.getAttribute, and then modify that object, you have to
call session.setAttribute to let the container know that the object has
changed, so that it can replicate it across the cluster.  If one uses
session scoped form beans, will session.setAttribute get called?  Looking at
the code in ActionServlet.processActionForm, it looks like it does.  But I
just want to make sure that there aren't any cluster related issues one
should be aware of.

Steve Molitor
[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to