[richfaces-issues] [JBoss JIRA] Created: (RF-2308) comboBox: "f:selectItem" doesn't work for rich:comboBox inside rich:dropDownMenu.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Feb 21 09:56:42 EST 2008


comboBox: "f:selectItem" doesn't work for rich:comboBox inside rich:dropDownMenu.
---------------------------------------------------------------------------------

                 Key: RF-2308
                 URL: http://jira.jboss.com/jira/browse/RF-2308
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: IE6, IE7, FF, Safari
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski
            Priority: Critical


Step 1. Add rich:comboBox component inside rich:dropDownMenu, use this code:
                                      <rich:menuItem>
						<rich:comboBox>
						<f:selectItem itemValue="1st mihey value"/>
						<f:selectItem itemValue="2nd mihey value"/>
						</rich:comboBox>
					</rich:menuItem>
Step 2. Navigate to page, contained dropDownMenu component.
Step 3. Mouse over dropDownMenu - menu with rich:comboBox should appears.
Step 4. Verify comboBoxe's itemValues by clicking on comboBoxe's button attached to input box.

Actual behavior:
comboBox component is appear in dropDownMenu but it haven't any itemValues, defined inside itself(comboBox).
Expected behavior:
comboBox should appear inside dropDownMenu component with itemValues.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list