You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guido Dubois (JIRA)" <de...@myfaces.apache.org> on 2007/10/11 19:36:51 UTC

[jira] Commented: (TOBAGO-512) produces a taglib error

    [ https://issues.apache.org/jira/browse/TOBAGO-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534101 ] 

Guido Dubois commented on TOBAGO-512:
-------------------------------------

This works fine now...

> <tc:validateSubmittedValueLength> produces a taglib error
> ---------------------------------------------------------
>
>                 Key: TOBAGO-512
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-512
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.12
>         Environment: Facelets 1.1.13, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.12 snap (29.09.2007)
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.12
>
>
>           <tx:date id="test" value="#{counter.datum}"
>             label="#{bundle.helloWorldDate}" required="true">
>             <f:convertDateTime type="date" timeZone="Europe/Berlin" />
>             <tc:validateSubmittedValueLength maximum="10" />
>           </tx:date>
> The above code results in the following error message
> /helloWorld.xhtml @50,61 <tc:validateSubmittedValueLength>
> Tag Library supports namespace: http://myfaces.apache.org/tobago/component, but no tag was defined for name: validateSubmittedValueLength

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