AW: problem with JSCookMenu

2005-08-24 Thread Stefan Gesigora
Hi! Thanks for the hints!! I tried like Helmut told me. Now I can see the first level of the menu but the submenus weren't shown... Here's my code. Any ideas? Thanks Stefan Gesigora public List getMenu() { List menu = new ArrayList(); NavigationMenuItem incident = new NavigationMenuItem("In

AW: problem with JSCookMenu

2005-08-24 Thread Stefan Gesigora
onMenuItem[] getNavItems(){ > return navItems; > } > > public void setNavItems(NavigationMenuItem[] navItems){ > this.navItems = navItems; > } > } > > Hope this help > > Henri-Philippe > > -Original M

Re: AW: problem with JSCookMenu

2005-08-24 Thread Helmut Juskewycz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 as i said, try a nightly build because there is a bug then it should work with submenus too. Stefan Gesigora wrote: > Hi! > > Thanks for the hints!! > > I tried like Helmut told me. Now I can see the first level of the menu but > the submenus weren

Re: AW: problem with JSCookMenu

2005-08-24 Thread Helmut Juskewycz
1); >>> >>> } >>> >>> public NavigationMenuItem[] getNavItems(){ >>> return navItems; >>> } >>> >>> public void setNavItems(NavigationMenuItem[] navItems){ >>> this.navItems = nav

AW: AW: problem with JSCookMenu

2005-08-24 Thread Stefan Gesigora
August 2005 15:08 An: MyFaces Discussion Betreff: Re: AW: problem with JSCookMenu -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes that means you didnt install jscookmenu correct. i told you before that you can define it in the head and so on but when you install the jscookmenu correctly then

Re: AW: AW: problem with JSCookMenu

2005-08-24 Thread Helmut Juskewycz
ightly build and the modified > web.xml!) > > Any suggestions? > > Stefan Gesigora > > > -Ursprüngliche Nachricht- > Von: Helmut Juskewycz [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 24. August 2005 15:08 > An: MyFaces Discussion > Betreff: R

AW: AW: AW: problem with JSCookMenu

2005-08-25 Thread Stefan Gesigora
okMenuRenderer/11248525/ThemeOffice/theme.css (File not found) -Ursprüngliche Nachricht- Von: Helmut Juskewycz [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. August 2005 17:49 An: MyFaces Discussion Betreff: Re: AW: AW: problem with JSCookMenu -BEGIN PGP SIGNED MESSAGE- Hash: SH

Re: AW: AW: problem with JSCookMenu

2005-08-25 Thread Martin Marinschek
rce/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11248525/ThemeOffice/theme.css > (File not found) > > > > > -Ursprüngliche Nachricht- > Von: Helmut Juskewycz [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 24. August 2005 17:49 > An: MyFaces Discussion > Betr

AW: AW: AW: problem with JSCookMenu

2005-08-25 Thread Stefan Gesigora
ion Betreff: Re: AW: AW: problem with JSCookMenu Your question was already answered ;) you need to add this section to the web.xml file - no matter if you use MyFaces or the RI: extensionsFilter org.apache.myfaces.component.html.util.ExtensionsFilter up

Re: AW: AW: AW: problem with JSCookMenu

2005-08-25 Thread Carsten Höhne
Hello, > The jscookmenu is shown except the pics. > The AppServer doesn't find these pics with these paths: Are you sure it is the fault of the appserver? I have deployed the myfaces example simple.war to a tomcat5.5.9 After starting the container and going to http://localhost:8080/simple with dif