Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1199

Seems like email validation is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.1.7-SNAPSHOT
    • None
    • Validators
    • None

    Description

      Seems like email validation is not working. It used to work in previous versions.

      Code example:
      ---------------------
      <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
      <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
      <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
      <%@ page contentType="text/html;charset=UTF-8" language="java" %>
      <html>
      <head><title>Simple jsp page</title></head>
      <body>
      <f:view>
      <h:form>
      <h:inputText id="xxx" value="" required="true">
      <t:validateEmail />
      </h:inputText>
      <h:message for="xxx" />
      </h:form>
      </f:view>

      </body>
      </html>

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              bashan Guy Bashan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: