On Mon, 12 Jul 2004 22:09:15 +0100, Niall Pemberton <[EMAIL PROTECTED]> wrote:


// Find the FormBeanConfig FormBeanConfig config = mapping.getModuleConfig().findFormBeanConfig("myForm");

I've only rarely ever had to create Forms in my Actions (like you're doing in the above). I'd be curious about cases when you would ever need to do this? The only time that I see having to do this is when you plan to actually nest ActionForms within ActionForms (and thus have to build some in order to nest them), which in that case I wouldn't even bother nesting ActionForms and would just use the VO and nest that. Validation has to be done more manually, but no big deal.




--
Rick

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



Reply via email to