You can remove a form from the session the same way you your remove any
session scoped attribute.
request.getSession(false).removeAttribute(mapping.getName());
You are usually better off letting the Struts framework instantiate and
initialize the form for you. Particularly with Dynamic Form Beans.
Adam
Matts 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???
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]