Does Struts provide a way to ensure that one user can not execute multiple
simultaneous requests?  I'm thinking of a situation where the users hits a
'save' submit button, and, before that request completes, hits a link that
executes a request to display the data.  The view request will not return
the new data if the save request has not yet completed.

Or, do people avoid this problem by disabling the 'view' link or button
until the save completes, or something like that?

Thanks.

Steve Molitor
[EMAIL PROTECTED]

Reply via email to