Thanks for the quick reply. I got the official examples running OK. What I did was basically trying to replicate the official example. I copied the jsp page, libraries, .css, includes, images files - except that I could not find the /jscookmenu folder, which I copied from myfaces source code.
Regards, Yee -----Original Message----- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Monday, 24 October 2005 6:50 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: How to get jscookmenu to work Have you checked the official examples? There there is a jsCookMenu configured and running. You can compare your code with the example... Regards, Bruno 2005/10/24, Yee CN <[EMAIL PROTECTED]>: > > > > Hi, > > > > Can somebody tell me how to get jscookmenu to work? > > > > I tried to follow the instructions given in tomahawk website, but firstly I > could not locate the /jscookmenu folder under myfaces-simple.war. So I > downloaded myfaces source code, found the folder and place it in my > deployment path. But still the menu is not showing. Looking at the html > source (attached below), it seems that the menu is not even being rendered! > > Many thanks in advance > > Yee > > > > -------------------------------------------------------- > <head> > <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8" /> > <title>MyFaces - the free JSF Implementation</title> > <link rel="stylesheet" type="text/css" href="css/basic.css" /> > > <script > src="/TralevaERP/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCoo kMenuRenderer/11288948/JSCookMenu.js" > type="text/javascript"><!-- > > //--></script> > <script > src="/TralevaERP/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCoo kMenuRenderer/11288948/MyFacesHack.js" > type="text/javascript"><!-- > > //--></script> > <script type="text/javascript"><!-- > myThemeOfficeBase='/TralevaERP/faces/myFacesExtensionResource/navmenu.jscook menu.HtmlJSCookMenuRenderer/11288948/ThemeOffice/'; > //--></script> > <script > src="/TralevaERP/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCoo kMenuRenderer/11288948/ThemeOffice/theme.js" > type="text/javascript"><!-- > > //--></script> > <link rel="stylesheet" > href="/TralevaERP/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCo okMenuRenderer/11288948/ThemeOffice/theme.css" > type="text/css" /></head> > > > <body> > > > > >

