Is there a way to "insert" different values into a menu item. 
For example:

<Menu  name="indexMenu"  title="Examples">
  <Item  name="item1"  
         title="Item 1" 
         page="/menutest1.jsp?userId=${user.id}"/>

  <Item  name="item2"  
         title="Item 2" 
         page="/menutest2.jsp?pageId=${user.page.id}"/>
</Menu>

/robert 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
struts-menu-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Reply via email to