Hi there,
I am trying to migrate my EL to struts2 tags and so I am trying to:
<tiles:putListAttribute name="breadcrums">
<s:bean name="org.apache.tiles.beans.SimpleMenuItem">
<s:param name="link" value=""/>
<s:param name="value" value="#{folderName}" />
<c:set var="test" value=""/>
<tiles:addAttribute value="<s:property/>"/>
</s:bean>
</tiles:putListAttribute>
But <s:property/> is added to the List Attribute as a string, not as the
property it should be (the ValueStack property defined in s:bean.
With other orientations I have a similar problem... how can I include a Bean
defined with s:bean in the tiles:addAttribute value field?
It's being hard to abandon EL and I wouldn't like to revert to it for this.
thanks for any ideas,
Ignacio
--
View this message in context:
http://www.nabble.com/How-to-include-a-SimpleMenuItem-bean-in-tiles%3AaddAttribute-in-struts2-tp21739816p21739816.html
Sent from the tiles users mailing list archive at Nabble.com.