You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Yunhua Sang (JIRA)" <ji...@apache.org> on 2013/07/23 04:12:48 UTC

[jira] [Created] (TAP5-2144) Validation messages do not show from a DateField if the value is unparsable.

Yunhua Sang created TAP5-2144:
---------------------------------

             Summary: Validation messages do not show from a DateField if the value is unparsable.
                 Key: TAP5-2144
                 URL: https://issues.apache.org/jira/browse/TAP5-2144
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Yunhua Sang


It happens when the Form has a zone parameter. 

<t:zone id="zone1">
<t:form zone="^">
    <t:errors/>
    </br>
    <t:datefield value="testDate"></t:datefield>
    </br>
    <t:submit/>
</t:form>
</t:zone>

When the form gets submitted, no error message displays if the input is a bad value. Seems the validation does work, just the error message is missing.





--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira