How to map more actions/pages on a menu item?
Ahmed Mohombe <amohombe-/[email protected]>
| Newsgroups | gmane.comp.java.struts-menu.user |
|---|---|
| Message-ID | <[email protected]> |
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