My bad, I just hit reply I think. The examples work fine. I was able to install them and run them, and the jscookmenu navigation works perfectly.
My problem is that in my own page I cannot get the menu to display. The reason for that I believe is because the css and js files used are never included in the <head> section of my page. I could try a nightly build tomorrow probably but I doubt there's a problem since the examples work fine. That's why I was intrigued by the web.xml potential configuration problems I might be having as you mentioned the extensions filters... I added the ones used for the fileUpload component but it does not help me so far and that's the only one in the examples' web.xml I believe... Anyways I'm gonna keep on looking. Hopefully I'll find what is wrong. Thanks for help so far, don't hesitate to reply here if anything comes up. Greg -----Original Message----- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 2:46 PM To: Gregory Vial; MyFaces Discussion Subject: Re: jscookmenu problem I didn't realise we were talking offlist... I forward the conversation to the list... 2005/9/14, Bruno Aranda <[EMAIL PROTECTED]>: > The examples web.xml are complete, so they should work. What do you > get? Could you use a recent nightly? > > Regards, > > Bruno > > 2005/9/14, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I had overlooked this aspect completely. Thanks for the info. Would you > > (or anybody else here using the jscookMenu) be kind enough to give me > > the filters and mappings required to make use of the jscookMenu? > > > > I tried using the ones in the examples' web.xml but it does not seem to > > work for me :(... But I guess it means more that there's still something > > I don't quite understand. > > > > Thanks, > > > > Greg > > > > -----Original Message----- > > From: Bruno Aranda [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 14, 2005 1:30 PM > > To: Gregory Vial > > Subject: Re: jscookmenu problem > > > > Some MyFaces components do more than include some HTML in the pages. > > They may need additional support scripts, style sheets, images, ... > > Those resources are included in the MyFaces' jar file and the > > Extensions Filter add the code and URL needed to provide those > > resources to the generated HTML. > > Also, it is needed for the fileupload component... > > > > In addition to the Faces Servlet you have to include that filter in > > order to work with MyFaces. > > > > Regards, > > > > Bruno > > > > >

