Re: T5.0.7 Validation error

2008-03-06 Thread Davor Hrg
t; -Original Message- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > > > Sent: Friday, December 28, 2007 5:23 PM > To: Tapestry users > Subject: Re: T5.0.7 Validation error > > On Dec 28, 2007 1:44 PM, Joel Wiegman <[EMAIL PROTECTED]> wrote: > > Ouch

RE: T5.0.7 Validation error

2008-03-06 Thread Joel Wiegman
;Form validated!"); } } When I upgraded from 5.0.7 to T5.0.11-SNAPSHOT the onFormValidate() is no longer called. Please advise... Thanks! -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 5:23 PM To: Tapestry users Subject: Re: T5.0.7

Re: T5.0.7 Validation error

2008-01-02 Thread Marcelo Lotif
sure your client-side validation wasn't preventing the form > > > submission? > > > > > > > > How does one log these events to see which events are firing? > > > > > > That isn't really logged right now. > > > > > > > > > > > Looks

Re: T5.0.7 Validation error

2007-12-28 Thread dwi ardi irawan
s one log these events to see which events are firing? > > > > That isn't really logged right now. > > > > > > > > Looks like I'll have to start validation over from ground zero if I > > want > > > to upgrade to 5.0.7... > > > > > > Perhaps

Re: T5.0.7 Validation error

2007-12-28 Thread dwi ardi irawan
27;t really logged right now. > > > > > Looks like I'll have to start validation over from ground zero if I want > > to upgrade to 5.0.7... > > > > Perhaps the validation doc page could be updated with advice on proper > > validation techniques? > > &

Re: T5.0.7 Validation error

2007-12-28 Thread Howard Lewis Ship
want > to upgrade to 5.0.7... > > Perhaps the validation doc page could be updated with advice on proper > validation techniques? > > > -Original Message- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > > Sent: Friday, December 28, 2007 3:25 PM > To

RE: T5.0.7 Validation error

2007-12-28 Thread Joel Wiegman
validation techniques? -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 3:25 PM To: Tapestry users Subject: Re: T5.0.7 Validation error Tapestry 5.0.7 adds a new way of validating input from the client, a validate event that is em

Re: T5.0.7 Validation error

2007-12-28 Thread Howard Lewis Ship
al Message- > From: Joel Wiegman [mailto:[EMAIL PROTECTED] > Sent: Friday, December 28, 2007 2:40 PM > To: Tapestry users > > Subject: RE: T5.0.7 Validation error > > I'm trying to upgrade to 5.0.7 and can't get screens (that validated > just fine with 5.0.6)

RE: T5.0.7 Validation error

2007-12-28 Thread Joel Wiegman
28, 2007 2:40 PM To: Tapestry users Subject: RE: T5.0.7 Validation error I'm trying to upgrade to 5.0.7 and can't get screens (that validated just fine with 5.0.6) to validate either. Will re-post once I find out more. -Original Message- From: Howard Lewis Ship [mailto:[EMAIL

RE: T5.0.7 Validation error

2007-12-28 Thread Joel Wiegman
ubject: Re: T5.0.7 Validation error Try clearing your browser cache, you may have the old tapestry.js stuck in there. On Dec 28, 2007 10:29 AM, Marcelo Lotif <[EMAIL PROTECTED]> wrote: > When i switch to the 5.0.7 version, the validations of my > BeanEditForms doesn't work properly

Re: T5.0.7 Validation error

2007-12-28 Thread Howard Lewis Ship
Try clearing your browser cache, you may have the old tapestry.js stuck in there. On Dec 28, 2007 10:29 AM, Marcelo Lotif <[EMAIL PROTECTED]> wrote: > When i switch to the 5.0.7 version, the validations of my BeanEditForms > doesn't work properly... > I have a BEF to add a user to the database. Wh

T5.0.7 Validation error

2007-12-28 Thread Marcelo Lotif
When i switch to the 5.0.7 version, the validations of my BeanEditForms doesn't work properly... I have a BEF to add a user to the database. When i click on the submit button, it must validate the fields and go to another page to show all the users on the database. If there are errors on the valida