Has anyone used internationalization in the struts-menu ?

If so, could you explain me how I can do it.

I tried the following : 

menu-config.xml:
<Menu name="organisation" title="label.logout">
        <Item name="organisationOverview" title="label.overview" 
forward="/organisation/searchFirstLetter" />
</Menu>

and in listMenu.jsp:
<menu:useMenuDisplayer name="listMenu" bundle="org.apache.struts.action.MESSAGE">
    <menu:displayMenu name="organisation"/>
    <menu:displayMenu name="salesrep"/>
    <menu:displayMenu name="logout"/>   
</menu:useMenuDisplayer>

but this did not work.

any help is very appreciated

Koen Boutsen


____________________________________________________________
FREE ADHD DVD or CD-Rom (your choice) - click here!
http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392
AOL users go here: 
http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392
This offer applies to U.S. Residents Only

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to