Hi All,
We have a requirement that we need to iterate the attributes given in
definition of the tiles.xml and then display them. Can anyone tell me how
to access the attributes given in the tiles.xml in a jsp, so that i can
iterate through it. We are using tiles-2 . In tiles-1 the following code was
used:
<tiles:useAttribute id="list" name="list" classname="java.util.List" />
<logic:iterate id="name" name="list" type="java.lang.String">
<tr>
<td>
<tiles:insert beanName="name" flush="false" />
</td>
</tr>
<tr>
<TD height=4>
"<%=path% /images/spacer.gif" height=4 border=0 />
</TD>
</tr>
</logic:iterate>
Thanks,
Sandeep
--
View this message in context:
http://www.nabble.com/Help-on-Tiles-tp16391998p16391998.html
Sent from the tiles users mailing list archive at Nabble.com.