2008/6/4 Dimitris Mouchritsas <[EMAIL PROTECTED]>:
> The menu would look something like:
> .....
>
> So in essence there are 3 seperate menus there.

Ok, you can use "definition in a definition". For example:

<definition name="menuContainer" template="/threeRows.jsp">
  <put name="menu1" value="menuLogin" />
  <put name="menu2" value="menuAdministration" />
  <put name="menu3" value="menuInformation" />
</definition>

<definition name="menuLogin" template="/iterate.jsp">
  <!-- put your attributes here -->
</definition>

<!-- you see the pattern :-) -->

> There
> will need to be logic to hide/show specific items in each menu, according to
> a user's role.

You can use a controller (a Tiles controller) to create items to show
in a JSP page.

HTH
Antonio

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

Reply via email to