On 7/20/05, Martin Morawetz <[EMAIL PROTECTED]> wrote:
> I thought, the supposed behavior is that a bean declared to be within
> session-scope lives within the session as long as the session lives.
> And if it doesn't exist, it gets created by the struts-framework.

Yep. If you use nested business object, you can easily clean the
action form after you finish or cancel your wizard just by setting
reference to null. Otherwize you would have to clean it field by
field...

The catch is that if a user simply leaves the wizard without
explicitly closing it, it will stay in the session.

Michael.

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

Reply via email to