2 Replies Latest reply on Feb 9, 2011 7:17 PM by robertgary1

    rich:comboBox error in 3.3.3.Final IE8

    robertgary1

      Running JBoss 6.0.0.Final with MyFaces 2.0 the following code..

       

              <rich:comboBox defaultLabel="Enter some value">

                          <f:selectItem itemValue="suggestion 1"/>

                          <f:selectItem itemValue="suggestion 2"/>

                          <f:selectItem itemValue="suggestion 3"/>

                          <f:selectItem itemValue="suggestion 4"/>

                          <f:selectItem itemValue="suggestion 5"/>

                    </rich:comboBox>

       

      on IE 8 yields the following error...

      "Error: Object doesn't support this property or method"

      "this.listParent.fire("rich:onlistclose",{});"

       

      -Robert