Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-2585

Email validator requires Void constraint type, should be null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.14
    • 5.0.15
    • tapestry-core
    • None

    Description

      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.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            joshcanfield Josh Canfield
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: