here is the struts-config.xml code <struts-config> <form-beans> <form-bean name="ref name of form bean demoform" type="demopack.DemoForm"/> <form-beans> <action-mappings> <action path="/demo" name="demoform" type="demopack.DemoAction"> <forward name="success" path="/result.jsp"/> </action-mappings> </struts-config>
View All Comments
| View Tutorial