[richfaces-issues] [JBoss JIRA] Created: (RF-2307) comboBox: multiple rich:comboBox component using error.

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


comboBox: multiple rich:comboBox component using error.
-------------------------------------------------------

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


Step 1. Add several(at least two rich:comboBox component) inside any rich component(columns, for example) or on the blank page;
Step 2. Use following code:
                <rich:comboBox>
			<f:selectItem itemValue="1st item"/>
			<f:selectItem itemValue="2nd item"/>
			<f:selectItem itemValue="3rd item"/>
		</rich:comboBox>
Step 3. Navigate to page, contained tested component - it should display;
Step 4. Verify comboboxe's items

Actual behavior:
1st combobox contain 3 items("1st item", "2nd item", "3rd item");
2nd combobox contain 6 items("1st item", "2nd item", "3rd item", "1st item", "2nd item", "3rd item")
...and etc.
Expected behavior:
ComboBox should contain only items, defined inside itself;

-- 
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