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
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
>
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:
>
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!