You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stefan Betermieux (JIRA)" <de...@myfaces.apache.org> on 2007/01/25 09:26:49 UTC

[jira] Reopened: (TOMAHAWK-850) displayValueOnly on input elements who are required triggers validation

     [ https://issues.apache.org/jira/browse/TOMAHAWK-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Betermieux reopened TOMAHAWK-850:
----------------------------------------


maybe we should leave it open, until MYFACES-1467 is resolved.

> 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.