|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with struts-menufirst of all congratulations for the work. Struts menu look like very nice and i'd like to use it in my struts application but i'm having a problem. I'm developing in struts 1.3.8+tiles 2+jdk 1.5+tomcat 6.0.13+eclipse 3 and i put the struts menu plug-in in my struts-config. That's all i followed the instructions in http://struts-menu.sourceforge.net/userguide.html But when debug the application it's not able to find the action servelt while, before installing struts-menu, the application works. Do you know how to resolve this problem? thanks a lot Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menuYou might try using the MenuContextListener instead of the
struts-plugin mechanism. I've only tested the Struts Plugin with 1.2.9 and below. Matt On Nov 8, 2007 9:44 AM, gigi alessio <guirone@...> wrote: > > Hi > first of all congratulations for the work. > Struts menu look like very nice and i'd like to use it in my struts > application but i'm having a problem. > I'm developing in struts 1.3.8+tiles 2+jdk 1.5+tomcat 6.0.13+eclipse 3 and i > put the struts menu plug-in in my struts-config. > That's all i followed the instructions in > > http://struts-menu.sourceforge.net/userguide.html > > But when debug the application it's not able to find the action servelt > while, before installing struts-menu, the application works. > > Do you know how to resolve this problem? > > thanks a lot > > ________________________________ > Express yourself instantly with MSN Messenger! MSN Messenger > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > struts-menu-user mailing list > struts-menu-user@... > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > -- http://raibledesigns.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menuThanks for the response. I'm new in servlet and i'd like to know how to use MenuContextListener instead of the struts-plugin mechanism. I'd have to configure the struts-config.xml like this: <listener> <listener-class> net.sf.navigator.menu.MenuContextListener</listener-class></listener> Is this right? > Date: Thu, 8 Nov 2007 09:48:45 -0800 > From: matt@... > To: struts-menu-user@... > Subject: Re: [struts-menu] Problems with struts-menu > > You might try using the MenuContextListener instead of the > struts-plugin mechanism. I've only tested the Struts Plugin with 1.2.9 > and below. > > Matt > > On Nov 8, 2007 9:44 AM, gigi alessio <guirone@...> wrote: > > > > Hi > > first of all congratulations for the work. > > Struts menu look like very nice and i'd like to use it in my struts > > application but i'm having a problem. > > I'm developing in struts 1.3.8+tiles 2+jdk 1.5+tomcat 6.0.13+eclipse 3 and i > > put the struts menu plug-in in my struts-config. > > That's all i followed the instructions in > > > > http://struts-menu.sourceforge.net/userguide.html > > > > But when debug the application it's not able to find the action servelt > > while, before installing struts-menu, the application works. > > > > Do you know how to resolve this problem? > > > > thanks a lot > > > > ________________________________ > > Express yourself instantly with MSN Messenger! MSN Messenger > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > struts-menu-user mailing list > > struts-menu-user@... > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > > > > > -- > http://raibledesigns.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > struts-menu-user mailing list > struts-menu-user@... > https://lists.sourceforge.net/lists/listinfo/struts-menu-user Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menuYes.
On Nov 8, 2007 10:00 AM, gigi alessio <guirone@...> wrote: > > > Thanks for the response. > I'm new in servlet and i'd like to know how to use MenuContextListener > instead of the struts-plugin mechanism. > I'd have to configure the struts-config.xml like this: > > > <listener> > <listener-class> > net.sf.navigator.menu.MenuContextListener > </listener-class> > </listener> > > Is this right? > > > > Date: Thu, 8 Nov 2007 09:48:45 -0800 > > From: matt@... > > To: struts-menu-user@... > > Subject: Re: [struts-menu] Problems with struts-menu > > > > > > You might try using the MenuContextListener instead of the > > struts-plugin mechanism. I've only tested the Struts Plugin with 1.2.9 > > and below. > > > > Matt > > > > On Nov 8, 2007 9:44 AM, gigi alessio <guirone@...> wrote: > > > > > > Hi > > > first of all congratulations for the work. > > > Struts menu look like very nice and i'd like to use it in my struts > > > application but i'm having a problem. > > > I'm developing in struts 1.3.8+tiles 2+jdk 1.5+tomcat 6.0.13+eclipse 3 > and i > > > put the struts menu plug-in in my struts-config. > > > That's all i followed the instructions in > > > > > > http://struts-menu.sourceforge.net/userguide.html > > > > > > But when debug the application it's not able to find the action servelt > > > while, before installing struts-menu, the application works. > > > > > > Do you know how to resolve this problem? > > > > > > thanks a lot > > > > > > ________________________________ > > > Express yourself instantly with MSN Messenger! MSN Messenger > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > struts-menu-user mailing list > > > struts-menu-user@... > > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > > > > > > > > > > > -- > > http://raibledesigns.com > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > struts-menu-user mailing list > > struts-menu-user@... > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > ________________________________ > Express yourself instantly with MSN Messenger! MSN Messenger > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > struts-menu-user mailing list > struts-menu-user@... > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > -- http://raibledesigns.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menu<web-app> <display-name>Arquis Web Application</display-name> <listener id="menuContext"> <listener-class id="classmenucontext"> net.sf.navigator.menu.MenuContextListener </listener-class> </listener> <!-- Action Servlet Configuration --> <servlet> <servlet-name>action</servlet-name> <servlet-class> org.apache.struts.action.ActionServlet </servlet-class> <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <!-- Tiles Servlet Configuration --> <servlet> <servlet-name>tiles</servlet-name> <servlet-class> org.apache.tiles.web.startup.TilesServlet </servlet-class> <init-param> <param-name> org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG </param-name> <param-value>/WEB-INF/tiles-defs.xml</param-value> </init-param> <load-on-startup>2</load-on-startup> </servlet> <!-- Action Servlet Mapping --> <servlet-mapping> <servlet-name>action</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> <!-- The Welcome File List --> <welcome-file-list> <welcome-file>login.jsp</welcome-file> <welcome-file>index.jsp</welcome-file> </welcome-file-list> <!-- JSTL Tag Library Descriptor --> <taglib> <taglib-uri>/WEB-INF/c.tld</taglib-uri> <taglib-location>/WEB-INF/c.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/fmt.tld</taglib-uri> <taglib-location>/WEB-INF/fmt.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/sql.tld</taglib-uri> <taglib-location>/WEB-INF/sql.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/x.tld</taglib-uri> <taglib-location>/WEB-INF/x.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/c-rt.tld</taglib-uri> <taglib-location>/WEB-INF/c-rt.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/fmt-rt.tld</taglib-uri> <taglib-location>/WEB-INF/fmt-rt.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/sql-rt.tld</taglib-uri> <taglib-location>/WEB-INF/sql-rt.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/x-rt.tld</taglib-uri> <taglib-location>/WEB-INF/x-rt.tld</taglib-location> </taglib> <!-- Struts Tag Library Descriptors --> <taglib> <taglib-uri>/WEB-INF/struts-bean-el.tld</taglib-uri> <taglib-location>/WEB-INF/struts-bean-el.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-html-el.tld</taglib-uri> <taglib-location>/WEB-INF/struts-html-el.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-logic-el.tld</taglib-uri> <taglib-location>/WEB-INF/struts-logic-el.tld</taglib-location> </taglib> <!-- Taglibs for struts menu --> <taglib> <taglib-uri>/WEB-INF/struts-menu.tld</taglib-uri> <taglib-location>/WEB-INF/struts-menu.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-menu-el.tld</taglib-uri> <taglib-location>/WEB-INF/struts-menu-el.tld</taglib-location> </taglib> <!-- Taglibs for tiles --> <taglib> <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri> <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location> </taglib> <!-- This tag is used to configure the application resources. --> <resource-ref> <res-ref-name>jdbc/ArquisWeb</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref> </web-app> Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menui read in http://struts-menu.sourceforge.net/dependencies.html that "These dependencies are required to compile and run the application". Does this mean that i need exactly those versions of jars? > Date: Thu, 8 Nov 2007 10:04:18 -0800 > From: matt@... > To: struts-menu-user@... > Subject: Re: [struts-menu] Problems with struts-menu > > Yes. > > On Nov 8, 2007 10:00 AM, gigi alessio <guirone@...> wrote: > > > > > > Thanks for the response. > > I'm new in servlet and i'd like to know how to use MenuContextListener > > instead of the struts-plugin mechanism. > > I'd have to configure the struts-config.xml like this: > > > > > > <listener> > > <listener-class> > > net.sf.navigator.menu.MenuContextListener > > </listener-class> > > </listener> > > > > Is this right? > > > > > > > Date: Thu, 8 Nov 2007 09:48:45 -0800 > > > From: matt@... > > > To: struts-menu-user@... > > > Subject: Re: [struts-menu] Problems with struts-menu > > > > > > > > > > You might try using the MenuContextListener instead of the > > > struts-plugin mechanism. I've only tested the Struts Plugin with 1.2.9 > > > and below. > > > > > > Matt > > > > > > On Nov 8, 2007 9:44 AM, gigi alessio <guirone@...> wrote: > > > > > > > > Hi > > > > first of all congratulations for the work. > > > > Struts menu look like very nice and i'd like to use it in my struts > > > > application but i'm having a problem. > > > > I'm developing in struts 1.3.8+tiles 2+jdk 1.5+tomcat 6.0.13+eclipse 3 > > and i > > > > put the struts menu plug-in in my struts-config. > > > > That's all i followed the instructions in > > > > > > > > http://struts-menu.sourceforge.net/userguide.html > > > > > > > > But when debug the application it's not able to find the action servelt > > > > while, before installing struts-menu, the application works. > > > > > > > > Do you know how to resolve this problem? > > > > > > > > thanks a lot > > > > > > > > ________________________________ > > > > Express yourself instantly with MSN Messenger! MSN Messenger > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. > > > > Still grepping through log files to find problems? Stop. > > > > Now Search log events and configuration files using AJAX and a browser. > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > > _______________________________________________ > > > > struts-menu-user mailing list > > > > struts-menu-user@... > > > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > > > > > > > > > > > > > > > > > -- > > > http://raibledesigns.com > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > struts-menu-user mailing list > > > struts-menu-user@... > > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > ________________________________ > > Express yourself instantly with MSN Messenger! MSN Messenger > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > struts-menu-user mailing list > > struts-menu-user@... > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > > > > > -- > http://raibledesigns.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > struts-menu-user mailing list > struts-menu-user@... > https://lists.sourceforge.net/lists/listinfo/struts-menu-user Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menu
Yes, those versions or newer.
Matt On Nov 8, 2007, at 10:12 AM, gigi alessio wrote: Sorry for mi insistence:-) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menuIt does work!!! very good job the struts menu!! Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menu???es.Home???,???es.About??? .......etc Nobody knows where i've to put the labels? I'm using the jsp with *,and the menu-config with **: *jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ taglib uri="/WEB-INF/struts-menu.tld" prefix="menu" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> <%@ taglib uri="http://struts-menu.sf.net/tag-el" prefix="menu-el" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Expandable List Menu Example, using DHTML</title> <link rel="stylesheet" type="text/css" media="screen" href="styles/global.css" /> <link rel="stylesheet" type="text/css" media="screen" href="styles/tabs.css" /> <script type="text/javascript" src="scripts/tabs.js"></script> <title>Insert title here</title> </head> <body> <menu:useMenuDisplayer name="TabbedMenu" bundle="org.apache.struts.action.MESSAGE"> <menu:displayMenu name="TabbedHome"/> <menu:displayMenu name="TabbedAbout"/> <menu:displayMenu name="TabbedContact"/> <menu:displayMenu name="TabbedExit"/> </menu:useMenuDisplayer> </body> </html> ** .xml <?xml version="1.0" encoding="UTF-8" ?> <MenuConfig> <Displayers> <Displayer name="TabbedMenu" type="net.sf.navigator.displayer.TabbedMenuDisplayer" /> </Displayers> <Menus> <!-- New Menu for Tabbed Displayer --> <Menu name="TabbedHome" title="Home" location="?Home" target="_blank" /> <Menu name="TabbedAbout" title="About" location="?About"><!-- No location, uses first item's location (People) --> <Item name="People" title="People" location="?People" /> <Item name="Careers" title="Careers" location="loggedin.jsp" target="_blank" /> <Item name="Press" title="Press" location="loggedin.jsp" onclick="alert('This item has an onclick handler in menu-config.xml.')" /> <Item name="Locations" title="Locations" location="loggedin.jsp" /> </Menu> <Menu name="TabbedContact" title="Contact" location="?Contact" > <Item name="EMail" title="E-Mail" location="loggedin.jsp" /> <Item name="Phone" title="Phone" location="loggedin.jsp" /> <Item name="CarrierPigeon" title="Carrier Pigeon" location="loggedin.jsp" /> </Menu> <Menu name="TabbedExit" title="Exit" page="/index.jsp" /> </Menus> </MenuConfig>
Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: Problems with struts-menuWhat happens if you remove the bundle attribute? It should pick up
Struts' bundle w/o you needing to specify it. Matt On Nov 8, 2007 1:21 PM, gigi alessio <guirone@...> wrote: > > TabbedMenu does it work...but i'm not able to configure the menu.In spite > of the labels i 've > > ???es.Home???,???es.About??? .......etc > > Nobody knows where i've to put the labels? > > I'm using the jsp with *,and the menu-config with **: > > > *jsp > > <%@ page language="java" contentType="text/html; charset=ISO-8859-1" > pageEncoding="ISO-8859-1"%> > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > "http://www.w3.org/TR/html4/loose.dtd"> > <%@ taglib uri="/WEB-INF/struts-menu.tld" prefix="menu" %> > <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> > <%@ taglib uri="http://struts-menu.sf.net/tag-el" prefix="menu-el" %> > <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> > <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> > <%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %> > > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> > <title>Expandable List Menu Example, using DHTML</title> > <link rel="stylesheet" type="text/css" media="screen" > href="styles/global.css" /> > <link rel="stylesheet" type="text/css" media="screen" > href="styles/tabs.css" /> > <script type="text/javascript" src="scripts/tabs.js"></script> > <title>Insert title here</title> > </head> > <body> > > <menu:useMenuDisplayer name="TabbedMenu" > bundle="org.apache.struts.action.MESSAGE"> > <menu:displayMenu name="TabbedHome"/> > <menu:displayMenu name="TabbedAbout"/> > <menu:displayMenu name="TabbedContact"/> > <menu:displayMenu name="TabbedExit"/> > </menu:useMenuDisplayer> > > </body> > </html> > > > ** .xml > > <?xml version="1.0" encoding="UTF-8" ?> > > <MenuConfig> > > <Displayers> > <Displayer name="TabbedMenu" > type="net.sf.navigator.displayer.TabbedMenuDisplayer" /> > </Displayers> > > <Menus> > > <!-- New Menu for Tabbed Displayer --> > <Menu name="TabbedHome" title="Home" location="?Home" > target="_blank" /> > > <Menu name="TabbedAbout" title="About" > location="?About"><!-- No location, uses first item's location > (People) --> > > <Item name="People" title="People" location="?People" /> > <Item name="Careers" title="Careers" location="loggedin.jsp" > target="_blank" /> > <Item name="Press" title="Press" location="loggedin.jsp" > onclick="alert('This item has an onclick handler in > menu-config.xml.')" /> > <Item name="Locations" title="Locations" > location="loggedin.jsp" /> > </Menu> > > <Menu name="TabbedContact" title="Contact" > location="?Contact" > > <Item name="EMail" title="E-Mail" location="loggedin.jsp" /> > <Item name="Phone" title="Phone" location="loggedin.jsp" /> > <Item name="CarrierPigeon" title="Carrier Pigeon" > location="loggedin.jsp" /> > </Menu> > <Menu name="TabbedExit" title="Exit" page="/index.jsp" /> > > > </Menus> > > </MenuConfig> > > ________________________________ > From: guirone@... > > To: struts-menu-user@... > Date: Thu, 8 Nov 2007 19:38:45 +0000 > > Subject: Re: [struts-menu] Problems with struts-menu > > > Thanks for your help. > It does work!!! very good job the struts menu!! > ________________________________ > Express yourself instantly with MSN Messenger! MSN Messenger > > > ________________________________ > Express yourself instantly with MSN Messenger! MSN Messenger > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > struts-menu-user mailing list > struts-menu-user@... > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > -- http://raibledesigns.com ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
FW: Problems with struts-menuhi all, I have a problem with struts menu. I am using the structure of this struts menu http://demo.raibledesigns.com/struts-menu/velocity-nicetabs.jsp now, I wanna change something on my Struts menu. I attached a screenshot of mt menu, you can see 1. level menu and 2. level(sub) menu.. My problem is with the sub menu. I wanna change its location. Display the second level info just under the 1 level selection, we just need to center the second level info under the first level. . Please see sample site using below link. http://www.microsoft.com/windows/downloads/default.mspxwhen I hover my 1. level menu, sub level menus shown like in the picture. I want to change like example above. how can I make this? can anyone help me? thx a lot Volkan TOKMAK Yeni nesil Windows Live Servisleri’ne şimdi ulaşın! Buraya tıkla! ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
FW: FW: Problems with struts-menu |