Re: T4: Problem with my own Date Validator

2007-07-30 Thread César Augusto Mateus
Thanks very much Martino, an fool fault!, but it did not know clearly so that was the method getAcceptsNull(), seemed to me very similar to isRequired() and I supposed that they had the same function. In the end, i think in extend the class org.apache.tapestry.form.validator.Required and it wor

Re: T4: Problem with my own Date Validator

2007-07-30 Thread Martino Piccinato
you made getAcceptsNull as "false" so you'll never receive a null to validate... On 7/30/07, César Augusto Mateus <[EMAIL PROTECTED]> wrote: > Hi all, > I did a Validator with the purpose of not to allow that a user entered a > date before of today. > That validation work fine, but not yet i can t