ne 09, 2008 7:29 PM
To: Tapestry users
Subject: Re: Tapestry 4.1 Numeric Validation
Are you defining a translator? (like NumberTranslator)
On Mon, Jun 9, 2008 at 11:28 PM, <[EMAIL PROTECTED]> wrote:
>
> Greetings,
>
> I have a TextField bound to an Integer property. I want to
Are you defining a translator? (like NumberTranslator)
On Mon, Jun 9, 2008 at 11:28 PM, <[EMAIL PROTECTED]> wrote:
>
> Greetings,
>
> I have a TextField bound to an Integer property. I want to add
> validation to my TextField such that it will not overflow or cause
> errors when converting to my
Greetings,
I have a TextField bound to an Integer property. I want to add
validation to my TextField such that it will not overflow or cause
errors when converting to my Integer property.
I've tried:
I get a class cast exception at line 60 of
org.apache.tapestry.form.validator.Max when I ent