Error Message: Invalid indexed property

2003-06-11 Thread Sashi Ravipati
/tr /logic:iterate Error Message: Invalid indexed property 'firstName[]' I did print the vlaues of j and they are fine. What am i doing wrong in the above expression. Thanks

Re: Error Message: Invalid indexed property

2003-06-11 Thread Gemes Tibor
Sashi R tdhtml:text name=addRateForm property=firstName[%=j%]/td runtime props must start w/ %= so html:text name=addRateForm property='%= firstName[ + j + ] %'/ bui I would learn use nested taglibs if I were you. Tib

RE: Error Message: Invalid indexed property

2003-06-11 Thread O_Parthasarathy Kesavaraj
5:48 PM To: [EMAIL PROTECTED] Subject: Error Message: Invalid indexed property Hi I am using logic:iterate tag as shown below logic:iterate id=element name=addRateForm property=firstName indexId=i tr % int j = ((Integer) pageContext.getAttribute(i

RE: Error Message: Invalid indexed property

2003-06-11 Thread Sashi Ravipati
property=firstName[%=j%]/td /tr /logic:iterate Error Message: Invalid indexed property 'firstName[]' I did print the vlaues of j and they are fine. What am i doing wrong in the above expression. Thanks

RE: Error Message: Invalid indexed property

2003-06-11 Thread shirishchandra.sakhare
2:56 PM To: [EMAIL PROTECTED] Subject: RE: Error Message: Invalid indexed property I tried that it works , but I have many HTML elements like that and I would like to use html:text name=addRateForm property=firstName[%=j%]/ so that I dont have to create different String objects. Thanks

RE: Error Message: Invalid indexed property

2003-06-11 Thread Sashi Ravipati
- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 2:56 PM To: [EMAIL PROTECTED] Subject: RE: Error Message: Invalid indexed property I tried that it works , but I have many HTML elements like that and I would like to use html:text name=addRateForm property=firstName[%=j