Re: Ajax and Validation

2013-11-01 Thread Dmitry Gusev
workItemsForm.setDefaultTracker(null); > } > } > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Ajax-and-Validation-tp2431706p4485240.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: Ajax and Validation

2011-06-13 Thread Kartweel
.1045711.n5.nabble.com/Ajax-and-Validation-tp2431706p4485240.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users

Re: Ajax and Validation

2011-06-13 Thread Kartweel
http://tapestry.1045711.n5.nabble.com/Ajax-and-Validation-tp2431706p4485141.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional c

Re: Ajax and Validation

2010-12-22 Thread raulmt
ll me (I'm not a native english speaker). Regards, Raul. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Ajax-and-Validation-tp2678846p5860647.html Sent from the Tapestry Users mailing list archiv

Re: Ajax and Validation

2010-12-21 Thread Thiago H. de Paula Figueiredo
Changing the current behavior of the flash persistence can lead to many hard-to-detect backward compatibility problems. I think a good solution for this specific scenario is to set the message property to null in a @PageDetached method. Maybe a better solution is to create other persistence

Re: Ajax and Validation

2010-12-21 Thread raulmt
, the validation tracker should not be saved in a persist flash field but in a regular field? If any commiter agrees with this, could I file an issue about this? Regards, Raul. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Ajax-and-Validation-tp2678846p5855924.html Sent

Re: Ajax and Validation

2009-09-01 Thread Michael Gentry
Hi Geoffrey (and others), Did you ever figure out a workaround for this issue? I have: ... Enter E-mail Address And when I record e-mail address problems in the form, the t:errors never renders (unless I reload the page as you said). At this point, I'll eith

Re: Ajax and Validation

2009-04-22 Thread Geoffrey Wiseman
On Wed, Apr 22, 2009 at 7:04 PM, Joost Schouten (mailing lists) < joost...@jsportal.com> wrote: > On Thu, Apr 23, 2009 at 8:38 AM, Geoffrey Wiseman > wrote: > > I wasn't sure if Tapestry did any magic under the covers to work with > > server-side validation and ajax form submits. I did a quick e

Re: Ajax and Validation

2009-04-22 Thread Joost Schouten (mailing lists)
On Thu, Apr 23, 2009 at 8:38 AM, Geoffrey Wiseman wrote: > I wasn't sure if Tapestry did any magic under the covers to work with > server-side validation and ajax form submits.  I did a quick experiment and > it doesn't seem to: > >   - Create a form, give it a zone to do ajax submit. >   - Create

Ajax and Validation

2009-04-22 Thread Geoffrey Wiseman
I wasn't sure if Tapestry did any magic under the covers to work with server-side validation and ajax form submits. I did a quick experiment and it doesn't seem to: - Create a form, give it a zone to do ajax submit. - Create an onValidateForm method, throw a ValidationException from it.