Hi,

I have a bean in request scope which has a List property. I cannot
iterate over it or read it at all. Among the lines below only the first
works. Could somebody please explain why?

${req.css[0]}
<s:property value="req.css[0]"/>
<s:property value="#req.css[0]"/>
<s:property value="%{req.css[0]}"/>
<s:property value="%{#req.css[0]}"/>

Thanks,
kuvera


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

Reply via email to