I assume that's a response to me, bu there's no context... That really depends on how you are going to render your menu items. For a menu I'd probably handle it by generating the list of items in java and using the tml to render it.
<ul> <t:loop source="menuItems" value="menuItem"> <li><t:pageLink page="menuItem.page">${menuItem.label}</t:pageLink> </t:loop> </ul> Off the top of my head... On Mon, Mar 12, 2012 at 2:53 PM, TechniciuM <a1098...@rppkn.com> wrote: > That would require <t:if> in Menu.tml, or does category handles all it? > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/How-to-represent-this-tp5558903p5559260.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org