First, it should synchronize form creation. Right now more than one instance of a session-scoped form can be created.
Second, it should synchronize access access to session scoped forms. Right now, an action can be working on a session-scoped form while the RequestProcessor is populating the same form with properties from a concurrent request.
If you guys agree, I will fix the default RequestProcessor and submit a patch.
Thanks, Bob
Bob Lee wrote:
Does Struts synchronize on session-scoped forms? For example, can I assume that Stuts won't modify the fields on a session-scoped form in response to one request while an action is still using it?
Someone on the user list says that it does not.
Thanks, Bob
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]