No output and error message with both :-((

Lukasz Lenart wrote:
> 
> 2008/11/18 PhoenixelRay <[EMAIL PROTECTED]>:
>>
>> i tried it like this, but it didnt work.
>>
>> <tiles:importAttribute name="myListAttribute" />
>> <s:iterator value="#myListAttribute">
>> #item.link <s:text name="#item.value"/>
>> </s:iterator>
> 
> Try with force evaluation
> 
> <tiles:importAttribute name="myListAttribute" />
> <s:iterator value="%{#myListAttribute}">
>   <s:property value="%{#item.link}"/> <s:text name="%{#item.value}"/>
> </s:iterator>
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-OGNL-Problem-tp20498124p20556221.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to