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