SelectOneLanguage validator never called
----------------------------------------
Key: TOMAHAWK-803
URL: http://issues.apache.org/jira/browse/TOMAHAWK-803
Project: MyFaces Tomahawk
Issue Type: Bug
Components: SelectOneCountry
Affects Versions: 1.1.5-SNAPSHOT
Environment: Myfaces-Jar's are 1.1.5-snapshot of 2006-20-11:
myfaces-impl, myfaces-api, tomahawk, tomahawk-sandbox
Reporter: Bruno Marti
t:selectOneLanguage never calls the custom validator #{myBean.validateField},
which is defined on attribute validator=
sample:
<t:selectOneLanguage id="customerLanguage"
emptySelection="my empty message"
required="true|false"
validator="#{myBean.validateField}"
value="#{myBean.language}"
/>
on the other side, the validator of an inputText field works fine:
<t:inputTextid="customername"
required="true|false"
validator="#{myBean.validateField}"
value="#{myBean.name}"
/>
Problem was previousely reported under MYFACES-491
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira