RE: JScookMenu is not rendered with Facelets

2006-09-21 Thread alexeinov
Tom Innes wrote: There is a bug however if you try to override the Stylesheet. Thanks for reply, Tom. My problem is that the menu is not rendered at all. The following line of HTML is all that I get in the rendered page: !-- Start: javax.faces.Command[_id0] --input id=_id0 name=_id0

Re: JScookMenu is not rendered with Facelets

2006-09-21 Thread Thomas Spiegl
So now we got it. The rederer-type is missing in your /WEB-INF/tomahawk.taglib.xml tag tag-namejscookMenu/tag-name component component-typeorg.apache.myfaces.JSCookMenu/component-type renderer-typeorg.apache.myfaces.JSCookMenu/renderer-type /component

Re: JScookMenu is not rendered with Facelets

2006-09-21 Thread alexeinov
Thomas Spiegl wrote: So now we got it. The rederer-type is missing in your /WEB-INF/tomahawk.taglib.xml Bingo! It was that. I took taglib from MyFaces Wiki, and the renderer-type was missing in it for some reason. Thanks a lot Thomas! You saved my day. /Alexei -- View this message in

Re: JScookMenu is not rendered with Facelets

2006-09-21 Thread Martin Marinschek
Pleaaaseee put the fix back in the wiki as well. regards, Martin On 9/21/06, alexeinov [EMAIL PROTECTED] wrote: Thomas Spiegl wrote: So now we got it. The rederer-type is missing in your /WEB-INF/tomahawk.taglib.xml Bingo! It was that. I took taglib from MyFaces Wiki, and the

Re: JScookMenu is not rendered with Facelets

2006-09-21 Thread alexeinov
Martin Marinschek wrote: Pleaaaseee put the fix back in the wiki as well. As I discovered now, there already is a fixed version of a taglib there. It was just very stupid of me not to notice it :( /Alexei -- View this message in context:

RE: JScookMenu is not rendered with Facelets

2006-09-20 Thread Tom Innes
I can't speak for Trinidad by I have JSCookMenu working with Facelets. There is a bug however if you try to override the Stylesheet. Look at https://issues.apache.org/jira/browse/TOMAHAWK-575 which describes how to work around this issue. Also look at

RE: JScookMenu is not rendered with Facelets

2006-09-20 Thread Tom Innes
1.15 Snapshot from about a month ago and Extension Filter is active. Tom -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 10:23 AM To: MyFaces Development Subject: Re: JScookMenu is not rendered with Facelets Which MyFaces version do