Hello world,
The following is a fragment of tiles-defs.xml.
where MyMenuAction actually is UserMenuAction in Tiles.
<definition name="erp.menu.home" path="/layout/menu.jsp"
controllerClass="com.common.tiles.MyMenuAction" >
<put name="title" value="Tiles" />
<putList name="items" >
<item value="customize" link="/Welcome.jsp" />
^^^^^^^^^^ ^^^^^^^^^^^^^^^
</putList>
</definition>
Where and how should I put the coding inside MyMenuAction
so that I can add a number of items which behaves as
a list of menu item?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]