please help...iteration question...what i Have is...

2001-05-09 Thread Dudley [EMAIL PROTECTED]
I'm trying to iterate thru an array of objects in my actionform(taxPayerForm) here is my jsp... logic:iterate id=taxPayerForm scope=request property=taxPayers tr td align=center

RE: please help...iteration question...what i Have is...

2001-05-09 Thread Tony Karas
I'm struggling with the same problem as you are (well similar) and general lack of information / not being able to find information. I think you may need the following method in your ActionForm bean: public TaxPayerData getTaxPayers( int index ) { return taxPayers[index]; } as well as: