Hi, What i am trying to do it the following, I have a DispatchAction class which is called from a jsp ( and passed user) then i need to popluate a Bean (Action or Dyna) and put it in request and pass it to jsp, so the jsp will display using taglib I have defined a form-bean in struts-config.xml file and want to use the same structure and create a dynamic bean instead of defining a bean My form-bean defination is as follows <form-bean name="PL1820UpdateForm" dynamic="true" type="org.apache.struts.validator.DynaValidatorForm"> <form-property name="input1" type="java.lang.String" /> </form-bean>
So how do i poplate it in my DispatchAction and pass it to jsp ===== 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]>

