RE: Error Message: Invalid indexed property

2003-06-11 Thread Sashi Ravipati
lto:[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 so that I dont have to create different String objects. Thanks >

RE: Error Message: Invalid indexed property

2003-06-11 Thread shirishchandra.sakhare
tName["+j+"]";%> > i didnt check it.pardon me if it doesn't work Partha > -- > From: Sashi Ravipati[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 5:48 PM > To: [EMAIL PROTECTED] >

RE: Error Message: Invalid indexed property

2003-06-11 Thread Sashi Ravipati
> i didnt check it.pardon me if it doesn't work Partha > -- > From: Sashi Ravipati[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 5:48 PM > To: [EMAIL PROTECTED] > Subject: Error Message: Inval

RE: Error Message: Invalid indexed property

2003-06-11 Thread O_Parthasarathy Kesavaraj
June 11, 2003 5:48 PM > To: [EMAIL PROTECTED] > Subject: Error Message: Invalid indexed property > > Hi > > I am using logic:iterate tag as shown below > > indexId="i" > > > <% int j = ((Inte

Re: Error Message: Invalid indexed property

2003-06-11 Thread Gemes Tibor
Sashi R runtime props must start w/ <%= so bui I would learn use nested taglibs if I were you. Tib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Error Message: Invalid indexed property

2003-06-11 Thread Sashi Ravipati
Hi I am using logic:iterate tag as shown below <% int j = ((Integer) pageContext.getAttribute("i")).intValue(); %> Error Message: Invalid indexed property 'firstName[]' I did print the vlaues of "j&q