Re: Question about multiple fields in forms

2004-11-12 Thread Radu Badita
Hi, It could be done using indexed properties and nested properties. Take a look at: http://struts.apache.org/faqs/indexedprops.html You can find lots of threads on this. On Fri, 12 Nov 2004 11:15:45 +0100, Hevia Vega, Andrés <[EMAIL PROTECTED]> wrote: > > Hi, > > We have a dynamic table that

Question about multiple fields in forms

2004-11-12 Thread "Hevia Vega, Andrés"
Hi, We have a dynamic table that we would like to submit to an action. The number of columns and records are unknown. Is there any built in mechanism or trick in Struts that we can use in order to do this? A possible solution is to use arrays of fields that are send to the action: Chee