Re: DynaActionForm indexed properties

2006-11-03 Thread Niall Pemberton
On 11/3/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: On 11/3/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On 11/2/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: > > Hi, > > This is the first time I am trying to use indexed properties with > > DynaActionForm. Now the number of fields that I

Re: DynaActionForm indexed properties

2006-11-03 Thread Puneet Lakhina
On 11/3/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 11/2/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: > Hi, > This is the first time I am trying to use indexed properties with > DynaActionForm. Now the number of fields that I will have is not certain. So > does that mean I cant use DynaAc

Re: DynaActionForm indexed properties

2006-11-02 Thread Niall Pemberton
On 11/2/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: Hi, This is the first time I am trying to use indexed properties with DynaActionForm. Now the number of fields that I will have is not certain. So does that mean I cant use DynaActionForm. And i don't have normal strings in my list. I have a c

Re: DynaActionForm indexed properties

2006-11-02 Thread Ed Griebel
If you are using basic arrays you need to create an array for the item before the JSP is displayed. You might want to use a java.util.List instead, you don't need to pre-allocate when using Dyna forms. HTH, -ed On 11/2/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: Hi, This is the first time I

DynaActionForm indexed properties

2006-11-02 Thread Puneet Lakhina
Hi, This is the first time I am trying to use indexed properties with DynaActionForm. Now the number of fields that I will have is not certain. So does that mean I cant use DynaActionForm. And i don't have normal strings in my list. I have a custom object. so what i have currently is something li