Make sure you are overridding the ActionForm reset(...) and not just creating your own.
-----Original Message----- From: Antony [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 9:38 AM To: [EMAIL PROTECTED] Subject: reset method of ActionForm bean How should I configure struts-config.xml in order to let ActionServlet call the reset() method? It appers that my reset method is never called..... <form-bean name="dateForm" type="com.webCalendar.forms.dateForm"/> <action path="/setDate" type="com.webCalendar.actions.setDateAction" name="dateForm" scope="request" input="/calendar.jsp" validate="false"/> Is something wrong with it? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

