RE: Indexed form values

2003-07-15 Thread Amit Kirdatt
s Amit -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 5:08 PM To: Struts Users Mailing List Subject: Re: Indexed form values session scoped beans or request? If request - then there have been numerous replies about this FAQ which is that you have to init

Re: Indexed form values

2003-07-14 Thread Sandeep Takhar
session scoped beans or request? If request - then there have been numerous replies about this FAQ which is that you have to initialize all values less than or equal to the index that are null. i.e. getObject(int index) sandeep --- Amit Kirdatt <[EMAIL PROTECTED]> wrote: > I have a struts form

Indexed form values

2003-07-14 Thread Amit Kirdatt
I have a struts form where I am doing the following: I have to "carry" these hidden values thru 3 pages before inserting into the database, the first page is where these values get set. On the second page the values populate correctly, but on the sec