Re: dynamic forms

2004-06-29 Thread Bill Siggelkow
You could try Nialls Pemberton's LazyActionForm ... http://www.niallp.pwp.blueyonder.co.uk/ Xavier Noria wrote: We have some forms whose fields are unknown until runtime. How would you implement them so that they worked within the framework smoothly? -- fxn --

RE: dynamic forms

2004-06-29 Thread Matthias Wessendorf
and that one http://jakarta.apache.org/struts/faqs/indexedprops.html there is described how to create a "dynamic" form based on indexed-properties: like that: Submit Changes Hope that helps > -Original Message- > From: Xavier Noria [mailto:[EMAIL PROTECTED] > S

RE: dynamic forms

2004-06-29 Thread Matthias Wessendorf
Xavier, did you looked at: http://wiki.apache.org/struts/StrutsCatalogMappedBeans all properties are stored in a map. cheers, > -Original Message- > From: Xavier Noria [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 12:09 PM > To: [EMAIL PROTECTED] > Subject: dynamic forms >