Re: ClassCastException when using intValidator

2006-07-05 Thread D&J Gredler
Slightly related... does anyone know why the IntValidator wasn't ported to the new (4.x) validation framework? On 7/5/06, Firas A. <[EMAIL PROTECTED]> wrote: Your suggestion helped me get pass the exception. I had to do other adjustments too, like this: Note: removed the 'int' and changed 'ma

RE: ClassCastException when using intValidator

2006-07-05 Thread Firas A.
TED] Sent: den 4 juli 2006 12:39 To: Tapestry users Subject: Re: ClassCastException when using intValidator >/> Please try replacing validator by validators. validator is for ValidField. Shing

Re: ClassCastException when using intValidator

2006-07-04 Thread Shing Hing Man
> Please try replacing validator by validators. validator is for ValidField. Shing --- "Firas A." <[EMAIL PROTECTED]> wrote: > Hello, > > I get ClassCastException > (org.apache.tapestry.valid.IntValidator) when > trying to validate a field. Below is the code I'm > using. > > Page class: >

ClassCastException when using intValidator

2006-07-04 Thread Firas A.
Hello, I get ClassCastException (org.apache.tapestry.valid.IntValidator) when trying to validate a field. Below is the code I'm using. Page class: @Bean public abstract ValidationDelegate getValidationDelegate(); Page spec: ... Thnaks for your time!