try :

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

musachy

On 8/15/07, Twins fan <[EMAIL PROTECTED]> wrote:
> 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]
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to