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>
newton.dave wrote: > > --- On Fri, 11/14/08, PhoenixelRay wrote: >> in this case I have to use OGNL to get access to the list >> which is defined in the tiles-defs.xml. > > IIRC you can put Tiles defs into scope through one of the tiles tags > (don't recall how). You can then access it via one of the OGNL scope > prefixes. > > Dave > > > --------------------------------------------------------------------- > 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-tp20498124p20555087.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]

