Hi,

what happens when the users starts a workflow multiple times in different browser windows? For example starting a search process multiple times (choosing "Open link in new window"). When you save worklfow data in the session the requests will overwrite the data from each other.

How do you handle such a situation? Does it make any sense to store workflow data directly into the session? Is there a way in struts to associate workflow data with a window (for example passing a context id between subsequent requests)? As long as one is using forms you could use a hidden field to pass a context id. But what about html links?

Regards

Christoph




--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to