[
https://issues.apache.org/jira/browse/TOMAHAWK-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Betermieux resolved TOMAHAWK-850.
----------------------------------------
Resolution: Duplicate
see MYFACES-1467
> displayValueOnly on input elements who are required triggers validation
> -----------------------------------------------------------------------
>
> Key: TOMAHAWK-850
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-850
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Validators
> Affects Versions: 1.1.5-SNAPSHOT
> Reporter: Stefan Betermieux
> Assigned To: Cagatay Civici
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.