Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.4-SNAPSHOT, 1.1.5-SNAPSHOT
-
None
-
Myfaces-Jar's are 1.1.5-snapshot of 2006-20-11:
myfaces-impl, myfaces-api, tomahawk, tomahawk-sandbox
Description
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="#
"
/>
on the other side, the validator of an inputText field works fine:
<t:inputTextid="customername"
required="true|false"
validator="#
"
value="#
"
/>
Problem was previousely reported under MYFACES-491