Re: jQuery/bind mixin does not submit field value onChange

2013-05-29 Thread Boris Horvat
.0. Do you have > a link to the JIRA issue or release notes or anything so that I can review > your bug report? > > Thanks, > Ben. > > > From: horvat.z.bo...@gmail.com > > Date: Tue, 28 May 2013 19:25:48 +0200 > > Subject: Re: jQuery/bind mixin does not submi

RE: jQuery/bind mixin does not submit field value onChange

2013-05-29 Thread Ben Titmarsh
mail.com > Date: Tue, 28 May 2013 19:25:48 +0200 > Subject: Re: jQuery/bind mixin does not submit field value onChange > To: users@tapestry.apache.org > > Hi, > > I recently reported a bug whcih I think could be what you are talking > about. This was fixed in the new version 3.

Re: jQuery/bind mixin does not submit field value onChange

2013-05-28 Thread Emmanuel DEMEY
Yes the 4.0.0 snap is for Tap 5.4. Please use 5.3.7-snap if you are using tap 5.3 Le 28 mai 2013 21:27, "Boris Horvat" a écrit : > Hm...I am not sure but I would expect that 4.0.0-SNAPSHOT is for upcoming > release of tapestry 5.4 > > I would try 3.3.7-SNAPSHOT just in case > > > On Tue, May 28,

Re: jQuery/bind mixin does not submit field value onChange

2013-05-28 Thread Boris Horvat
Hm...I am not sure but I would expect that 4.0.0-SNAPSHOT is for upcoming release of tapestry 5.4 I would try 3.3.7-SNAPSHOT just in case On Tue, May 28, 2013 at 9:20 PM, George Ludwig wrote: > Is that tap5-jquery 3.3.7-SNAPSHOT? I just checked my local copy, and it's > at 4.0.0-SNAPSHOT. Just

Re: jQuery/bind mixin does not submit field value onChange

2013-05-28 Thread George Ludwig
Is that tap5-jquery 3.3.7-SNAPSHOT? I just checked my local copy, and it's at 4.0.0-SNAPSHOT. Just a little confused... On Tue, May 28, 2013 at 10:25 AM, Boris Horvat wrote: > Hi, > > I recently reported a bug whcih I think could be what you are talking > about. This was fixed in the new version

Re: jQuery/bind mixin does not submit field value onChange

2013-05-28 Thread Boris Horvat
Hi, I recently reported a bug whcih I think could be what you are talking about. This was fixed in the new version 3.3.7-SNAPSHOT, are you using this? Cheers, Boris On Tue, May 28, 2013 at 4:31 PM, Jens Breitenstein wrote: > Hi Ben! > > Any particular reason why you need bind for capturing the

Re: jQuery/bind mixin does not submit field value onChange

2013-05-28 Thread Jens Breitenstein
Hi Ben! Any particular reason why you need bind for capturing the change event of a select? This works for me (honestly not tried in a AjaxFormLoop, so don't kill me): t:validate="required" blankOption="Always" value="schoolFinderSearchOptionValue" zone="schoolFinderZon