That's a good idea, thanks. But how can i remove de form from de session???

----- Original Message ----- From: "Wendy Smoak" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Wednesday, September 27, 2006 12:03 PM
Subject: Re: Session scope Form


On 9/27/06, Matts <[EMAIL PROTECTED]> wrote:

Hi, I have a session scoped form and I want to destroy it and create for creating a new one in a certain action. How can I perform this???

In general, instantiating form beans is best left to the framework.

Try removing it from the session when you're done with it, and letting
the framework create a new one when the next request comes in.

--
Wendy

---------------------------------------------------------------------
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