Hi Renato,

hard to say when you don't write what kind of error you got. Exception?
Or nothing shown?

Dont't you forget to add bean to context (session, request,...)?

And, maybe it's typo, but... don't you forget quotes in value attribute?
<c:out value="${mybean.item[ind]}"/>


-juraj.



-----Original Message-----
From: Renato Romano [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 5:33 PM
To: 'Struts Users Mailing List'
Subject: Very simple and URGENT Tag question - Please Help

I have a bean with an indexed property, that is myBean.getItem(int i). I
can't find a way to access that property, using struts, struts-el nor
jstl. I tried the following:

<c:out value=${mybean.item[ind]}/>

Where ind is the indexId attribute of an ordinary logic:iterate struts
tag. (and c is the prefix for the core jstl tag downloaded from jakarta)
Where Am I wrong ?
Thanks

Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: [EMAIL PROTECTED]
Tel.:   010 2712603
_____________________________________



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to