Re: Dynamic DynaActionForms

2006-03-25 Thread Hubert Rabago
Maybe you can leverage the LazyActionForm: http://struts.apache.org/struts-action/userGuide/building_controller.html#lazy_action_form_classes Hubert On 3/24/06, Will Hartung <[EMAIL PROTECTED]> wrote: > Simply put I have a need for a configurable form that can have any mixture > of fields on it

Dynamic DynaActionForms

2006-03-24 Thread Will Hartung
Simply put I have a need for a configurable form that can have any mixture of fields on it including, specifically, file uploads. Seems to me that the DynaActionForm would be the way to go about this, however, they're defined in struts-config. Clearly, struts already has all of the code to conver