Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
Description
Hi,
using the latest SVN snapshot, I get a validation error message when I use an UIInput (for example InputText) with displayValueOnly="true" and required="true". It is simple to reproduce:
<f:view>
<h:form id="form">
<t:inputText id="input" value="Test" required="true" displayValueOnly="true"/>
<h:commandButton id="button" value="press me" action="success"/>
<h:message id="message" for="input"/>
</h:form>
</f:view>
The replacement of my value bean lookups by static strings hasn't affected the outcome, a validation error ("input": Value is required.) is always triggered.
Attachments
Issue Links
- is blocked by
-
MYFACES-1467 Validation doesn't run for required fields if submitted value is null
- Closed