Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
the input properly, I also needed to override the "recordInput" in ValidationTrackerWrapper just as I did with "recordError". Thanks everyone for all your help. -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
Excellent, Thanks Nourredine. I think I have enough now to finish figuring this out. -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718345.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Nourredine
d to store the input was "quantity_13b4286fcf5") -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718343.html Sent from the Tapestry - User mail

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
xt: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718342.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apach

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Nourredine
used by the "ValidationTracker" to store error messages for fields. The "controlName" is generated from the clientId if provided. In your case, make sure the clientId is unique -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-no

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
logic just yet. Would you mind elaborating a bit more on this. Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718339.html Sent from the Tapestry - User mail

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Thiago H de Paula Figueiredo
On Tue, 27 Nov 2012 14:14:54 -0200, Nourredine wrote: yes, I saw that, but don't know how to make it visible in the mailing list from nabble (I edited my previous post to add a link to nabble). As a general suggestion, I'd say don't post from Nabble. And don't forget that editing posts i

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Khadri Nourredine
Code eaten by Nabble : your page : @Persist(PersistenceConstants.FLASH) @Property(read=false) private ValidationFieldTracker myTracker; public ValidationFieldTracker getMyTracker() { if (myTracker == null) { myTracker = new ValidationFieldTracker(new ValidationTrackerIm

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Nourredine
yes, I saw that, but don't know how to make it visible in the mailing list from nabble (I edited my previous post to add a link to nabble). -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718334.html Sent fro

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Lenny Primak
ot; parameter > > your page : > > > > your tml : > > > > > the custom ValidationTracker : > > > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validati

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Nourredine
045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718332.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additio

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread Lenny Primak
th the same row, the id remains the > same, quantity_0 and the validation error works properly. > > I'm not sure what would cause the field id's to change. Anybody know? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/AjaxForm

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718330.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsub

Re: AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
I'd also like to add I'm applying my field validation within the tml using t:validate="...". -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326p5718327.html Sent from the Tapestry - User mai

AjaxFormLoop validation not working properly.

2012-11-27 Thread George Christman
g it into there. Does anybody think they might know what's going on here, or have any additional thoughts? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-validation-not-working-properly-tp5718326.html Sent from the Tapes