Re: T4.1 : clientSideValidation

2008-02-14 Thread Andreas Andreou
thx go to Ulrich - he's helped on many other issues as well On 2/14/08, Ulrich Stärk <[EMAIL PROTECTED]> wrote: > I attached some minor documentation improvement to > http://issues.apache.org/jira/browse/TAPESTRY-1086 some time ago which > documents the need of a @Body component in order for cl

Re: T4.1 : clientSideValidation

2008-02-14 Thread Ulrich Stärk
I attached some minor documentation improvement to http://issues.apache.org/jira/browse/TAPESTRY-1086 some time ago which documents the need of a @Body component in order for client side validation to work. Maybe someone could have a look at it and commit it... Uli Andreas Andreou schrieb: D

Re: T4.1 : clientSideValidation

2008-02-14 Thread KLessou
Yeah ! thanks you ! It works very well with : On Thu, Feb 14, 2008 at 3:27 PM, Andreas Andreou <[EMAIL PROTECTED]> wrote: > Do you get any javascript errors? Are you using the @Body component in > your page? > > On Thu, Feb 14, 2008 at 3:45 PM, KLessou <[EMAIL PROTECTED]> wrote: > > I tryed t

Re: T4.1 : clientSideValidation

2008-02-14 Thread Andreas Andreou
Do you get any javascript errors? Are you using the @Body component in your page? On Thu, Feb 14, 2008 at 3:45 PM, KLessou <[EMAIL PROTECTED]> wrote: > I tryed this but without result anyway :-( : > > *html :* > clientValidationEnabled="true" > > > Task > Entry > field="component:de

Re: T4.1 : clientSideValidation

2008-02-14 Thread KLessou
I tryed this but without result anyway :-( : *html :* Task Entry Description *java :* @Component(bindings = { "value=description", "displayName=message:task.description", "validators=validators:required,maxLength=20"}) public abstract TextField

T4.1 : clientSideValidation

2008-02-13 Thread KLessou
Hi, I would like to use a Client side Validation, but I don't understand why this simple example does not work : Thx in advance for you help. -- ~ | klessou | ~