--- Emmanuel Boudrant <[EMAIL PROTECTED]> a écrit : > FormBeanConfigObject corresponding to your <form-bean> element. > > Use method : > > FormBeanConfig findFormBeanConfig(String name) > > on your ApplicationConfig object returned with mapping.getApplicationConfig()
Sorry, it's not mapping.getApplicationConfig() it's mapping.getServlet().getModuleConfig(request).findFormBeanConfig(String name) http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html#getServlet() http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionServlet.html#getModuleConfig(javax.servlet.http.HttpServletRequest) -emmanuel > > > > --- Boris Folgmann <[EMAIL PROTECTED]> a écrit : > Emmanuel Boudrant wrote: > > > To instanciate an DynaActionForm : > > > > > > DynaActionFormClass formClass = DynaActionFormClass.createDynaActionFormClass( > > > yourFormBeanConfigObject ); > > ^^^^^^^^^^^^^^^^^^^^^^^^ > > > > Where can I get this? > > > > > DynaActionForm form = (DynaActionForm) DynaActionFormClass.newInstance(); > > > (...) > > > > cu, > > boris > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! > Yahoo! Mail : http://fr.mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]