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*************
************************************************
<[EMAIL PROTECTED] contentType="text/html"%>
<[EMAIL PROTECTED] 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/struts-menu-user