You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennis Byrne (JIRA)" <de...@myfaces.apache.org> on 2007/03/27 03:01:32 UTC

[jira] Commented: (MYFACES-1561) Validators, Converters are not recognized

    [ https://issues.apache.org/jira/browse/MYFACES-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484271 ] 

Dennis Byrne commented on MYFACES-1561:
---------------------------------------

Christoph, are the two attached files fixes?  If so, please do us a favor and submit this in subversion patch form.

Thanks.

> Validators, Converters are not recognized
> -----------------------------------------
>
>                 Key: MYFACES-1561
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1561
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>    Affects Versions: 1.2.0-SNAPSHOT
>         Environment: Tomcat 6.0.10
>            Reporter: Cagatay Civici
>         Assigned To: Christoph Ebner
>         Attachments: ConverterTag.java, UIComponentClassicTagBase.java
>
>
> For a component like;
> <h:inputText id="date" value="#{person.birth}">
>      <f:validateLength minimum="10" />
>       <f:convertDateTime dateStyle="full" />
> </h:inputText>
> Both validators and converters specified for the input text are ignored. UIInput getValidators.length returns 0 and getConverter is always null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.