Something like the following should do the job...

request.getSession().removeAttribute("action_form_name");

Jeff

-----Original Message-----
From: Markus Demetz [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 11, 2006 6:05 AM
To: Struts Mailing List
Subject: remove ActionForm from session


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?

thanks!
markus



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

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

Reply via email to