On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > I added a "scenario" attribute to <action> element, and on each > > > request I am going to check session and to clean all form beans that > > > do not correspond to action's scenario ("scenario" attribute can > > > enlist several scenarios that action participates in). It would be > > > simpler to define scenario for <form-bean> themselves, but I think it > > > is easier for developer to think in terms of grouped actions, not > > > grouped forms. > > > > What happens if the user uses multiple windows? > > Nothing different from having multiple windows of a regular action > with session-scoped form. As long as action was called, form is used, > so no reason to dispose it. Or am I missing something? > > Michael.
Say I have Window A doing Scenario A. From there I open up another window and for whatever reason end up exploring Scenario B. If I submit either window, the one I didn't submit gets its session object hosed. Hubert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]