I have a table inside of a form. Each row in the table has a select list. I
indexed the select so the submitted values contain the parameter
name[I].propertyName when submitted. I can pull the values out from the
parameter name, but I was trying to create a setter in the ActionForm. The
method setPropertyName( int I, String str) generates a
javax.servlet.ServletException: BeanUtils.populate
exception for reasons unknown. Is this the right signature for the setter?
Should I just pull the data out of the parameters and get on with my life?
TIA,
John

Reply via email to