|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
(no subject)Hi, I'm using struts 2.4.3,when i try to display menu title using image,the height attribute of the menu is not workink,can you help me.
Looking for last minute shopping deals? Find them fast with Yahoo! Search. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: (no subject)Which menu displayer are you using? Does it happen in both Firefox and IE?
Matt On Dec 11, 2007 11:19 PM, Manikandan Keerthivasan <bell.learnmore@...> wrote: > Hi, > I'm using struts 2.4.3,when i try to display menu title using > image,the height attribute of the menu is not workink,can you help me. > > > ________________________________ > Looking for last minute shopping deals? Find them fast with Yahoo! Search. > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > 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: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: (no subject)Hi Matt, Which menu displayer are you using? Does it happen in both Firefox and IE?
Looking for last minute shopping deals? Find them fast with Yahoo! Search. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: (no subject)
Have you looked at the Example WAR and tried to see if it worked with it?
Matt On Dec 11, 2007, at 11:39 PM, Manikandan Keerthivasan wrote:
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: (no subject)hi matt,
i am using netbeans5.5.1 ide,
i wrote menu-config.xml in web-inf ,not in configuration files.......
i saw ur example but i couldn't get any clue
please help me
regards,
sailaja
On 12/12/07, Matt Raible <mraible@...> wrote:
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: (no subject)hi matt,
i am sending u my work ,what i have done so far in a notepad......Please find it with my attachment.
Please rectify my errors.I am using IE
Thanks and Regards,
sailaja.displayer are you using? Does it happen in both Firefox and IE? ***************menu-config.xml**************** ********************************************** <?xml version="1.0" encoding="UTF-8"?> <menuConfig> <Displayers> <Displayer name="Tabbedmenu" type="net.sf.navigator.displayer.TabbedMenuDisplayer"/> </Displayers> <menus> <menu name="officialdetails" title="officialdetails" location="/samplemenu1.jsp"> <item name="officialdetails" page="/officialdetails.jsp"/> </menu> <menu name="personaldetails" title="personaldetails" location="/samplemenu1.jsp"> <item name="personaldetails" page="/personaldetails.jsp"/> </menu> <menu name="previousexperience" title="previousexperience" location="/samplemenu1.jsp"> <item name="previosexperience" page="/previousexperience.jsp"/> </menu> </menus> </menuConfig> ***********************samplev1.jsp************* ************************************************ <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ taglib uri="http://struts-menu.sf.net/tag" prefix = "menu"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Expandable List Menu Example, using DHTML</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <menu:useMenuDisplayer name="Tabbedmenu" bundle="org.apache.struts.action.MESSAGE"> <menu:displayMenu name="officialdetails" /> <menu:displayMenu name="personaldetails"/> <menu:displayMenu name="previosexperience"/> </menu:useMenuDisplayer> </body> </html> *************************************web.xml******************** **************************************************************** <taglib> <taglib-uri> /WEB-INF/struts-menu.tld</taglib-uri> <taglib-location>/WEB-INF/struts-menu.tld </taglib-location> </taglib> *************************************struts-config.xml************* ******************************************************************* <plug-in className="net.sf.navigator.menu.MenuPlugIn"> <set-property property="menuconfig" value="/WEB-INF/menu-config.xml"/> </plug-in> ********************************************************* the follwing the directory structure in the netbeans IDE.**************** nresoursemaintenance | |---webpages | | | | |Meta-inf | |web-inf | | |-struts-menu.tld(other tlds also) | | |-menu-config.xml | |css | |images | |javascript | |jsp | | | | |---configurationfiles | | | |-struts-config.xml | |-web.xml | |---ServerResources |---SourcePackages |---TestPackages |---Libraries | | | |--struts-menu2.3.jar | |--commons-lang2.3.jar | | |---TestLibraries | | | | the above directory architecutre i have in my netbeans IDE..... if any changes .......please make it Please help me regards, sailu. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
|
|
Re: (no subject)Matt On Dec 12, 2007, at 4:48 AM, sailaja varada wrote:
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ struts-menu-user mailing list struts-menu-user@... https://lists.sourceforge.net/lists/listinfo/struts-menu-user |
| Free Forum Powered by Nabble | Forum Help |