How to reset the form bean,If form bean is used in action mapping for ForwardAction.
As per below code when ever i click "partDataSearch.do" i want the formbean to be reset. ----------------------- JSP <html:form name="cPartDataActionForm" type="com.utc.iae.ip.actionforms.CPartDataActionForm" action="/partDataSearch.do" > -------------------------------------------------------------- StrutsConfig.xml <action path="/partDataSearch" scope="request" name="cPartDataActionForm" type="org.apache.struts.actions.ForwardAction" validate="false" parameter="/jsp/partsearchpopup.jsp"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]