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

2010-01-16 Thread Marius
On Jan 16, 12:02 pm, Adam Warski 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). Although

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

2010-01-16 Thread Joachim A.
Hi, I've been away from Lift for quite a time. At the moment I work on an old project and am in the progress to update to the current 1.1-SNAPSHOT . I have to say that getting used to Lift again was very quick and easy. In 1.0 this worked and showed a top-level menu item and submenu items if you

[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

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

2010-01-16 Thread Marius
Thanks Francois. Would you please open a ticket? Br's, Marius On Jan 16, 4:22 pm, Francois wrote: > 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

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. wrote: > Hi, > I've been away from Lift for quite a time. At the moment I work on an old > project and am in the progress

[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 wrote: > There was a bug that's been fixed. I suggest you u

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 th

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 t

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

2010-01-16 Thread Tim Nelson
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, then I'm afraid I'm not sure how to help you further. I've only used mappper a little and c

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 upd

[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 wrote: > D

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

2010-01-16 Thread Marius
On Jan 16, 7:08 pm, Adam Warski 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. > > >

[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 Datum: Wed, 14 Oct 2009 10:59:38 -0400 Lokal: Mi 14 Okt. 2009 14:59 Betreff: Re: [Lift] Re: Cannot get YUI text edit