Why RequiredMessage is not supported in SelectMany components?
--------------------------------------------------------------

                 Key: MYFACES-1899
                 URL: https://issues.apache.org/jira/browse/MYFACES-1899
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-252
            Reporter: Venkat Sadasivam


All the select many components doesn't support attribute "requiredMessage". 
Example SelectManyCheckbox.

<h:selectManyCheckbox value="#{ElExpression}" required="true" 
requiredMessage="Value is required">

For the above component it always shows the myfaces default error message. I 
had a look into UISelectMany.java seems requiredMessage is not been taken care.

Please fix the issue, if you have any specific reason for not supporting 
requiredMessage, do let me know.

Thanks,
Venkat

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

Reply via email to