[
https://issues.apache.org/jira/browse/TAP5-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yunhua Sang reopened TAP5-2144:
-------------------------------
I found the problem is still there. Actually if there is server side exception
occurred, the zone linked to the form would not get updated. The unparsable
date exception is server side exception.
> 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