Hi,
Suppose the case of the "velocity-nicetabs" Menu1:Item11;Item12 Menu2:Item21;Item22
How is one supposed to map more than one action/page to Menu1/Item12 ?
I don't mean the action that is executed when clicking on the Item12 link ('/action12').
<Menu name="Menu1" title="Menu 1">
<Item name="Item12" title="Item 12" action="/action12"/>
</Menu>
I mean something like this (IMO this would be ideal :) ):
<Menu name="Menu1" title="Menu 1">
<Item name="Item12" title="Item 12" action="/action12">
<actions name="/Item12Delete"/>
<actions name="/Item12Save"/>
<actions name="/Item12Other"/>
</Item>
</Menu>
Where after executing any of the /Item12Delete,/Item12Save,/Item12Other actions would have the
decoreded menu with a selection on Menu1/Item12.
Thanks in advance,
Ahmed.
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ struts-menu-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/struts-menu-user
