hi people i try your method but its not working when i put the tag local i put my jsp : <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> <%@ taglib prefix="menu" uri="http://struts-menu.sf.net/tag-el"%>
<div id="menu" class="menu"> <menu:useMenuDisplayer name="TabbedMenu" bundle="Global" locale="WW_TRANS_i18N_LOCALE"> <menu:displayMenu name="Global.Home" /> <menu:displayMenu name="Global.About" /> </menu:useMenuDisplayer> </div> my strutsmenu.xml <?xml version="1.0" encoding="UTF-8"?> <MenuConfig> <Displayers> <Displayer name="Velocity" type="net.sf.navigator.displayer.VelocityMenuDisplayer"/> <Displayer name="TabbedMenu" type="net.sf.navigator.displayer.TabbedMenuDisplayer"/></Displayers> <Menus > <Menu name="Global.Home" title="Home" page="totoAction.action" /> <Menu name="Global.About" title="About" page="modification.action" /></Menus> </MenuConfig> my web.xml: <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener> <listener-class>net.sf.navigator.menu.MenuContextListener</listener-class> </listener> -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-Menu-Struts2-tp3497566p4560788.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org