RE: How to fill a String[] property-updated question.?

2002-03-05 Thread Brian Richards
The problem you're running into is that your form bean doesn't match the Bean pattern for indexed properties. In the populate method of the BeanUtil class a check for IndexedPropertyDescriptor is done on the form bean. The javadocs for IndexedPropertyDescriptor state: ... if the argument name i

RE: How to fill a String[] property?

2002-03-05 Thread Brian Richards
Try void setActivities(int index, String parm) { mActivities[index] = parm; } -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 2:02 PM To: Struts Subject: How to fill a String[] property? Hi, I have a form with a string array property 'A