[Lift] Re: Ajax forms and (multiple) submit buttons

2010-01-16 Thread Marius
On Jan 16, 12:02 pm, Adam Warski a...@warski.org wrote: Hello, Ok I just looked on your code. The problem is that you put the ajax button inside the form and there is not reason for that. Well, unless I do want the button to be inside the form ;) (for user-experience/layout reasons).

[Lift] Javascript DSL : JsNotEQ/JsNotEq and missing JsAnd/JsOr/JsNot ?

2010-01-16 Thread Francois
Hello, I'm learning to use Lift Javascript DSL, and it seems that there is no JsAnd nor JsOr/JsNot along with JsIf etc. Perhaps I missed them, but I can't find where they are. And on a side note, JsNotEQ capitalization seems inconsistant with JsEq/JsLtEq/JsGtEq. Perhaps it should be correct

Re: [Lift] 1.1: children of menu items do not appear

2010-01-16 Thread Tim Nelson
There was a bug that's been fixed. I suggest you use the newest version, which is 2.0-SNAPSHOT. 1.1 was renamed 2.0 last week. Tim On Sat, Jan 16, 2010 at 6:59 AM, Joachim A. wallaby.po...@googlemail.com wrote: Hi, I've been away from Lift for quite a time. At the moment I work on an old

[Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Joachim A.
Tim, thank you for your reply. I've updated updated to 2.0-SNAPSHOT now. The submenu items still do not appear, though. Do I need to set some options or is it still the bug you mentioned? Regards, Joachim On Jan 16, 4:36 pm, Tim Nelson tnell...@gmail.com wrote: There was a bug that's been

Re: [Lift] Re: Javascript DSL : JsNotEQ/JsNotEq and missing JsAnd/JsOr/JsNot ?

2010-01-16 Thread Francois
Le 16/01/2010 16:08, Marius a écrit : Thanks Francois. Would you please open a ticket? Done: http://github.com/dpp/liftweb/issues/#issue/287 -- Francois ARMAND http://fanf42.blogspot.com -- You received this message because you are subscribed to the Google Groups Lift group. To post to

Re: [Lift] Re: Ajax forms and (multiple) submit buttons

2010-01-16 Thread Adam Warski
Hello, Hmm yes I wondered if the order in which the functions are bound is significant, but my experiments showed that it's not simply a first bound, first called principle. So I don't quite get it yet why it doesn't work. We rely on JQuery (or other underlying library) to send the actual

Re: [Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Timothy Perrett
Try: mvn -U clean jetty:run Cheers, Tim On 16 Jan 2010, at 17:15, Tim Nelson wrote: Did you clean out your code before you updated? I don't use maven, so I'm not sure of the exact command, but that seems to come up a lot on this list. If you indeed did clean out the code before updating,

[Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Joachim A.
Tim, thanks again for the reply. I did clean out the old code. In 1.1 I've hit the bug, I think. I found the reason why it did not work with 2.0. I had to use expandAll and had to adjust the css for the menu. It's working fine now. Thanks guys! Joachim On Jan 16, 6:15 pm, Tim Nelson

[Lift] Re: Ajax forms and (multiple) submit buttons

2010-01-16 Thread Marius
On Jan 16, 7:08 pm, Adam Warski a...@warski.org wrote: Hello, Hmm yes I wondered if the order in which the functions are bound is significant, but my experiments showed that it's not simply a first bound, first called principle. So I don't quite get it yet why it doesn't work. We

[Lift] Re: Need jquery jgGrid working example (Firefox problem)

2010-01-16 Thread ibonk
It works in IE but not in Firefox! The solution is: Put the following line into your boot LiftRules.useXhtmlMimeType = false I found the solution at Von: Ross Mellgren dri...@gmail.com Datum: Wed, 14 Oct 2009 10:59:38 -0400 Lokal: Mi 14 Okt. 2009 14:59 Betreff: Re: [Lift] Re: Cannot