Re: problem with jquery.DialogAjaxLink

2014-12-02 Thread Ivano Luberti
Does this affect also version 3.3.8? Il 02/12/2014 08:38, Christian Riedel ha scritto: Yes, there’s a bug in the version you use, which got fixed in 3.4.1-SNAPSHOT (3.4.1 will be released soon, I guess). Use the SNAPSHOT version or a custom release based on its code. Check out the

Re: problem with jquery.DialogAjaxLink

2014-12-02 Thread Christian Riedel
Yes, all versions 3.4.1-SNAPSHOT Am 02.12.2014 um 09:03 schrieb Ivano Luberti lube...@archicoop.it: Does this affect also version 3.3.8? Il 02/12/2014 08:38, Christian Riedel ha scritto: Yes, there’s a bug in the version you use, which got fixed in 3.4.1-SNAPSHOT (3.4.1 will be

Re: alternative to tb/pager in T5.4

2014-12-02 Thread Jan Fryblik
It's working, great! Thank you. On Sat, 29 Nov 2014 20:35:22 +0100, Lance Java lance.j...@googlemail.com wrote: You might be interested in this http://t5stitch-lazan.rhcloud.com/pagerdemo - To unsubscribe, e-mail:

Re: Prevent double or more submissions.

2014-12-02 Thread Thiago H de Paula Figueiredo
On Tue, 02 Dec 2014 01:25:18 -0200, Charlouze m...@charlouze.com wrote: @Thiago: I'd like to inform my user that the form is currently being sent (using an ajax request). That's why I need something similar to the clickOnce example. You can do that by adapting the example I provided. You've

Re: Prevent double or more submissions.

2014-12-02 Thread Charlouze
Thanks for the advice Thiago, you really are helpful for tapestry community ;) I'll do a patch for the validation error and create a JIRA with it. 2014-12-02 12:04 GMT+01:00 Thiago H de Paula Figueiredo thiag...@gmail.com : On Tue, 02 Dec 2014 01:25:18 -0200, Charlouze m...@charlouze.com

Re: Prevent double or more submissions.

2014-12-02 Thread Barry Books
Here is the one I wrote for 5.4. It uses the perpareForSubmit form event define([jquery,t5/core/events], *function*($,events) { *return* *function*(parameters) { $('#'+parameters.id + ' :submit').removeAttr('disabled');

Re: problem with jquery.DialogAjaxLink

2014-12-02 Thread Christian Riedel
François just released 3.4.1 as a bugfix release! Download: https://github.com/got5/tapestry5-jquery/releases Maven: dependency groupIdorg.got5/groupId artifactIdtapestry5-jquery/artifactId version3.4.1/version /dependency Am 02.12.2014 um 09:03 schrieb Ivano

Re: Prevent double or more submissions.

2014-12-02 Thread Charlouze
@Barry: This is a good idea to use the prepareForSubmit event but it occurs after validation so you have to have a fast validation (which is the case for most of apps, mine included). 2014-12-02 12:29 GMT+01:00 Barry Books trs...@gmail.com: Here is the one I wrote for 5.4. It uses the

Re: Prevent double or more submissions.

2014-12-02 Thread Barry Books
This is the last form event so it's good for double click prevention. There are other form events that happen sooner. On Tuesday, December 2, 2014, Charlouze m...@charlouze.com wrote: @Barry: This is a good idea to use the prepareForSubmit event but it occurs after validation so you have to

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-02 Thread Muhammad Gelbana
Anyone please ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Nov 30, 2014 at 11:43 PM, Muhammad Gelbana m.gelb...@gmail.com wrote: Wrong subject. It should've been Adding *fields* to a form using ajax *-* *Muhammad Gelbana*

A submit button block inside an ajax form causing problem with disabling the input.

2014-12-02 Thread Sumanth
Hello Guys, Let me explain what I'm trying to achieve first, I have a table with select button and below the table a submit button Add me to the table. If he adds himself, his name is shown on the table and the button is removed. He can delete himself from the table by selecting the select

Re: ApacheCon Europe

2014-12-02 Thread Geoff Callender
Hey Thilo, Great effort. Keep plugging away. I'm seeing the visitor numbers to JumpStart moving up over the last couple of months, so Tapestry 5.4 seems to be gaining attention. It should, because it's such a pleasure to work with. Cheers, Geoff On 27 Nov 2014, at 8:33 pm, Thilo Tanner

RE: possible security bug or tapestry bug beta-22

2014-12-02 Thread nhhockeyplayer nashua
Ok I resync'd my ports The solution to maxformsize was as followqs set MAVEN_OPTS=-Dorg.mortbay.jetty.Request.maxFormContentSize=-1 -Xms512m -Xmx1024m -Xss256k mvn jetty:run kinda slooowww but it flies... what is urping me now is the massive content being churned over the request pipe..