Hi all...
First, i´m a new one in the list, from brazil, rio de janeiro, sorry for my 
english, i know it´s poor, :)
Ok, but i have a problem. I want to use a dynamic menu using tiles. In my 
aplication, i have the menu definied in a .xml, but i want this to be updated 
with the user permissions. That means, i have the menu with the items:
<definition name="app.propostas" extends="app.item.raiz">

<put name="title" value="app.menu..propostas" />

<putList name="itensPlc" >

<item value="menu.propostas.certificado" link="/Certificado.do?evento=Abrir" />

<item value="menu.propostas.carta" link="/carta.do?evento=Abrir" />

</putList></definition>

and i want the user logged to view only 

<item value="menu.propostas.carta" link="/carta.do?evento=Abrir" /> for example.

Later, this permissions will be set by the DB, but first i need to change the 
menu.

Any suggestions?

Reply via email to