ActionForm mapped property submit/populate error

2003-07-07 Thread Nate Bowler
I'm sure this is a common question for Struts newcomers dealing with mapped and indexed properties, but I can't find a good solution. To sum it up quickly, I can read values from an ActionForm with the following syntax in a JSP tag rows(1).val, but when I submit, I get the following exception.

Re: ActionForm mapped property submit/populate error

2003-07-07 Thread Sandeep Takhar
A very common problem and you can spend too much time on these issues. Personally - I would use the nested tags. When using them - don't worry about generating the nested property syntax. Just use them intuitively in the easiest fashion possible. This includes mapped properties. For indexed

RE: ActionForm mapped property submit/populate error

2003-07-07 Thread Nate Bowler
-Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 11:35 AM To: Struts Users Mailing List Subject: Re: ActionForm mapped property submit/populate error A very common problem and you can spend too much time on these issues. Personally - I would use