Hi, In my Action class i want to create a bean from one of the mappings in my struts-config xml file, I have mapping in my struts-config as below <form-bean name="PL1820UpdateForm" dynamic="true" type="org.apache.struts.validator.DynaValidatorForm"> <form-property name="input1" type="java.lang.String" /> </form-bean>
How do i use this mapping in the method ActionForm createForm = RequestUtils.createActionForm(request, mapping,appConfig, servlet ); The problem is i have request in the execute method , but how i get the mapping, appConfig, servlet Ashish ===== A$HI$H __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

