Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences

Edit this page


Referenced by
MattPayne




JSPWiki v2.2.33

[RSS]


Hide Menu

NewMenu.jspItemMiniHowto


How to add a new item to the right hand side menu.

  1. Edit web/common/menu.jsp
  2. Edit web/WEB-INF/menu-config.xml -- links the name in menu.jsp to the page (URL -- aka action) and to the resource key
  3. edit web/WEB-INF/classes/ApplicationResources_en.properties (or ApplicationResources.properties if you're using 1.8.1+) and the other language properties too -- maps the resource key to what is displayed on the screen.
  4. Add your new struts-action to the system. I'm still using metadata/web/struts-actions.xml merge point.

To learn more see http://struts-menu.sourceforge.net/.

Disclaimer: This mini howto is by Matt Payne and not Matt Raible. Matt Payne is new to AppFuse, is using the Struts flavor, and may be wrong.



Go to top   Edit this page   More info...   Attach file...
This page last changed on 06-Nov-2006 13:52:59 MST by MattRaible.