On 3/11/06, Markus Demetz <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> i have some ActionForms which I declared with a session scope. This because
> I validate them over more steps.
>
> After a completed task (i.e. registration) I would like to remove them to
> keep session small.
>
> is there a simple way to do that?

ActionForm is just a Java object set in the session under a key that
you define in your <form-beans> section. You can remove it using that
key. Struts will recreate it when needed.

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

Reply via email to