The user guide says that if you use "session" scope, Struts will use the
"name" attribute from the "form-bean" element to key the instance. Does
Struts add something else to the key to prevent concurrent modification? For
example, if the user has two windows open and starts two different instances
of the same form, will the two instances modify the same ActionForm instance
in the session?

Thanks,
Bob


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

Reply via email to