This is happening because your session is stored in session scope by default.
You should explicitly specify scope="request" in your actionmapping. Regards, -Yves- > -----Original Message----- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2004 3:33 PM > To: Struts Users Mailing List > Subject: how to reset form > > hi > > A user submits a form and the action class forward it back to the same > JSP. The values entered previously is still there. How do I clear it > before action returns actionforward? > > Thanks > > Sebastian Ho > > > --------------------------------------------------------------------- > 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]