Scheduled release for 1.1.2 yet?

2006-02-03 Thread Matt Fury
There are a couple of major issues for us here with the JSCookMenu and the action method binding. I see it was fixed in the nightly build but we'd prefer to use the release if possible. Any ideas when it might be ready for RC, etc? Thanks! int myName() { cout -Matt

Re: Scheduled release for 1.1.2 yet?

2006-02-03 Thread Matt Fury
. But there remains a lot to do, so I hope we'll be able to do it ;) regards, Martin On 2/3/06, Matt Fury [EMAIL PROTECTED] wrote: There are a couple of major issues for us here with the JSCookMenu and the action method binding. I see it was fixed in the nightly build but we'd prefer to use

Re: JSCookMenu and Facelets issue

2006-02-02 Thread Matt Fury
the 1.1.1 version. Is this something that changed or did I overlook some configuration? -Matt --- Mikael Andersson [EMAIL PROTECTED] wrote: Hi Matt, I have the exact same problem you do, if you manage to sort it out please make a post about how you did it. Cheers, Mikael On 02/02/06, Matt

Re: Loading javascript files from jar?

2005-04-13 Thread Matt Fury
documentation on that the other day. If that doesn't explain it then take a look at the tree2 source code and how it makes use of it in the simple examples. sean On Apr 12, 2005 12:19 PM, Matt Fury [EMAIL PROTECTED] wrote: Hmm, have you had any experience with MyFacesExtensionsFilter

Loading javascript files from jar?

2005-04-12 Thread Matt Fury
Has anyone had any luck loading javascript source files or stylesheets from a jar file? I've been told there is an old trick to the tune of something like this: script language=JavaScript src=jar:file:myfaces.jar!/org/apache/myfaces/custom/navmenu/resource/jscookmenu/JSCookMenu.js

Re: Loading javascript files from jar?

2005-04-12 Thread Matt Fury
in our own component jar, but it works fine once we got it working. On Apr 12, 2005 9:57 AM, Matt Fury [EMAIL PROTECTED] wrote: Has anyone had any luck loading javascript source files or stylesheets from a jar file? I've been told there is an old trick to the tune of something

jscookmenu not displaying

2005-04-08 Thread Matt Fury
Hi All, I am new to JSF and myFaces and I've been trying to get the jscookmenu to render with no success. The source of the page shows all the javascript generated but nothing is displaying in the browser. I would assume I don't need any backing beans for this to just display, or am I wrong?