fea jabi wrote:

        DynaActionForm setupForm = (DynaActionForm) form;

ModuleConfig moduleConfig = RequestUtils.getModuleConfig(request,
getServlet().getServletContext());
        FormBeanConfig formConfig =
moduleConfig.findFormBeanConfig("CustForm");
        DynaActionFormClass dynaClass =
DynaActionFormClass.createDynaActionFormClass(formConfig);

        try {
            setupForm = (DynaActionForm)dynaClass.newInstance();

Why do you do this?

There's a mismatch between what you have in the config file and what you're doing here, which seems totally inexplicable. I thought that custom form stuff should occur in a custom request processor anyway.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to