Dynamic Property Dispatch

2002-06-21 Thread Daniel Hinz
Hi, i've a feature request for org.apache.struts.action.ActionForm for a little bit more dynamic dispatch of properties. The current state is that for each property A the corresonding setA / getA methods are invoked upon read/write. There's nothing wrong with that. However i must deploy form

Re: Dynamic Property Dispatch

2002-06-21 Thread James Holmes
Daniel, Take a look at the DynaActionForm stuff in Struts 1.1b or the nightly builds. The DynaActionForm can handle dynamic form fields. There has been much discussion about this lately on the user list. Take a look at the archives to find past messages.