[h:selectManyCheckbox] hideNoSelectionOption="true" is ignored
--------------------------------------------------------------

                 Key: MYFACES-3245
                 URL: https://issues.apache.org/jira/browse/MYFACES-3245
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.1.2-SNAPSHOT
            Reporter: Rene O
         Attachments: jsftest.war

A testcase to reproduce this issue is attached.

Steps to reproduce this issue: 

1. http://localhost:8080/jsftest/testselect.jsf

The choice "Select..." should not be rendered, but it is rendered when the page 
is initially rendered.
After selection of "Item A" or "Item B" and form submit it disappears
If you then clear the selection (action: this.selectedItems = new 
ArrayList<String>();) and page is rerendered, the choice "Select..." is there 
again. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to