Re: writing an actionform for nested indexed properties

2003-08-23 Thread cam
cc: Subject: writing an actionform for nested indexed properties 08/21/2003 10:00 AM Please respond to Struts Users

writing an actionform for nested indexed properties

2003-08-21 Thread Cameron Hickey
I am trying to write an actionform which will properly handle an array of indexed properties which look like this: ip[0].itemPropertys[0].itemPropertyId ip[0].itemPropertys[0].value ip[1].itemPropertys[0].itemPropertyId ip[1].itemPropertys[0].value etc... In my Action form, what getters and

Re: writing an actionform for nested indexed properties

2003-08-21 Thread Nicholas L Mohler
: Subject: writing an actionform for nested indexed properties 08/21/2003 10:00