Email validator requires Void constraint type, should be null
-------------------------------------------------------------

                 Key: TAPESTRY-2585
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2585
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.14
            Reporter: Josh Canfield


Could not convert 'required,email' into a component parameter binding: 
Validator 'email' requires a validation constraint (of type java.lang.Void) but 
none was provided.

<input t:type="textfield" t:id="friendsEmail" t:validate="required,email" 
size="50"/>

It appears as though the constructor should be passing null, as in the Required 
validator instead of Void.class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to