Re: options and properties

2003-07-16 Thread Sandeep Takhar
should just be setProperty(String str) with WhateverObject getName(int index) careful if you are using request scope beans because they won't be there. See other recent posts about how to code getName(int index) sandeep --- John Hethcox <[EMAIL PROTECTED]> wrote: > I have a table inside of a

/ /OREF:CPTD1CA6 Re: options and properties

2003-07-16 Thread ZTofie
|cc: | | Subject: options

options and properties

2003-07-16 Thread John Hethcox
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 setP