Re: filling arrays in Struts

2007-09-05 Thread Laurie Harper
Sergio Stateri Jr wrote: Hi all, I?m trying to receive a filled array of objects. In struts-config: In HTML file: When I try to submit a form with these configurations, the following expection is thrown: java.lang.ArrayIndexOutOfBoundsException at java.lang.refle

filling arrays in Struts

2007-08-31 Thread Sergio Stateri Jr
Hi all, I?m trying to receive a filled array of objects. In struts-config: In HTML file: When I try to submit a form with these configurations, the following expection is thrown: java.lang.ArrayIndexOutOfBoundsException at java.lang.reflect.Array.get(Native Method)