Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 56297 invoked from network); 18 Nov 2009 14:00:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 14:00:42 -0000 Received: (qmail 8969 invoked by uid 500); 18 Nov 2009 14:00:41 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 8945 invoked by uid 500); 18 Nov 2009 14:00:41 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Delivered-To: moderator for esme-dev@incubator.apache.org Received: (qmail 89644 invoked by uid 99); 18 Nov 2009 13:49:50 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dchenbecker@gmail.com designates 209.85.220.214 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Y3c3AW0ofLbm40rmXtPMOLzkVKLcO+Kj2v2IJ1HYFrs=; b=tJ8a3uRl0Jwyv8sreMnRKGBKREnD6bmoZdXqrwBC7/DWdFEZeaYtpluseWf51OT9hQ r6Paxa7tRYL6CzB4Jg52XhgFUy015lAz7EKKwplIIH+A3U4pgkRmubkJyWjpkpXocf0a XoydD5PtEglOospucFMssxPg5n+CAV8rLqZbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TVCs5Qfc/W/mX4iNVxf/P7i4C5yz+pF0sE1VlJFuInLDUxKn7k88+76iIyFxKkqupa SprJAjohXx8dLiEszRMDgvKgOFG5q5R8bmgHWsJEDNWTA/IQhhd2/Z6d8M5iITRZmCGx D0J4ceoJBZYn6P2CYFLz/ah3KTGFydI2mDu5A= MIME-Version: 1.0 In-Reply-To: References: <8f3e13e2-77db-46eb-a541-ff4736c8c98a@u25g2000prh.googlegroups.com> <316d81cb-cb5b-4cc7-a7db-fc1d6de5d011@w19g2000pre.googlegroups.com> Date: Wed, 18 Nov 2009 06:49:17 -0700 Message-ID: <2a2e2ffb0911180549l447e735ah13772a610778b3b9@mail.gmail.com> Subject: Re: [Lift] Re: Possible lift error in tag From: Derek Chen-Becker To: liftweb@googlegroups.com Cc: esme-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e6d7f07e4e9e1d0478a58257 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7f07e4e9e1d0478a58257 Content-Type: text/plain; charset=UTF-8 This was my fault when I added the post-submit ajax handling. It had worked fine on my test app, so I'm not sure what happened here, but I'm sorry for the hassle. On Sun, Nov 15, 2009 at 12:50 PM, David Pollak < feeder.of.the.bears@gmail.com> wrote: > Marius, > > Thanks for turning this fix around so quickly! > > David > > > On Sun, Nov 15, 2009 at 7:58 AM, Marius wrote: > >> >> Pushed a fix to master. Please let me if there are other issues here. >> >> On Nov 15, 2:38 pm, Marius wrote: >> > Pushed a suggested fix on reviewboard >> > >> > Br's, >> > Marius >> > >> > On Nov 15, 2:24 pm, Marius wrote: >> > >> > > What is the exact JS error? >> > >> > > On Nov 15, 2:04 pm, Marius wrote: >> > >> > > > I don't think my commits may have caused this. >> > >> > > > Derek ? >> > >> > > > Br's, >> > > > Marius >> > >> > > > On Nov 14, 11:36 pm, David Pollak >> > > > wrote: >> > >> > > > > Looks like a bug. Please open a ticket athttp:// >> github.com/dpp/liftweb/issues >> > >> > > > > Marius & Derek: could this have anything to do with your recent >> changes? If >> > > > > so, could you get a fix into the repo, asap? >> > >> > > > > On Sat, Nov 14, 2009 at 1:31 PM, Richard Hirsch < >> hirsch.d...@gmail.com>wrote: >> > >> > > > > > I think I might have found a lift bug in the tag >> > >> > > > > > I just did a update and certain HTML buttons (for example, "Add" >> in >> > > > > > creating a new action, etc.) no longer work. A javascript syntax >> error >> > > > > > is thrown. >> > >> > > > > > The file in question is >> > > > > > \trunk\server\src\main\webapp\action_view\index.html. The code >> is >> > > > > > here: >> > >> > > > > >
>> > > > > > >> > > > > > >> > > > > > >> > >> > > > > > This is code currently generated and which causes the syntax >> error. >> > > > > > > > >> > > > > > >> onsubmit="liftAjax.lift_ajaxHandler(jQuery('#'+"F1008082309036RKD").serialize(), >> > > > > > , null, "javascript");return false;"> >> > >> > > > > > This older generated code is currently deployed on stax are >> works >> > > > > > correctly. >> > >> > > > > > > > >> > > > > > >> onsubmit="liftAjax.lift_ajaxHandler(jQuery('#'+"F444961682037I0I").serialize(), >> > > > > > null, null, null);return false;"> >> > >> > > > > > Notice the difference in the onsubmit value. >> > >> > > > > > D. >> > >> > > > > -- >> > > > > Lift, the simply functional web frameworkhttp://liftweb.net >> > > > > Beginning Scalahttp://www.apress.com/book/view/1430219890 >> > > > > Follow me:http://twitter.com/dpp >> > > > > Surf the harmonics >> >> > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > > Follow me: http://twitter.com/dpp > Surf the harmonics > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to liftweb@googlegroups.com > To unsubscribe from this group, send email to > liftweb+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en > -~----------~----~----~----~------~----~------~--~--- > > --0016e6d7f07e4e9e1d0478a58257--