3 Replies Latest reply on Jun 11, 2013 11:06 AM by bleathem

    rich:select problem or bug

    wish79

      Hello All,

      I Have rich:select ,as we know it comes by default with empty value , my value is integer , the problem is once i calicked on the list without selecting any value the change event fire and the value go from 0 to null and the user d not see this on the screen :

       

      code :

       

      <rich:select  id="addType"

                        defaultLabel="#{msg.GEN_SELECT_VALUE} #{lbs.OUT_TYPE}"

                        value="#{outsourcedBacking.addOutSourcedBean.type.id}"

                        valueChangeListener="#{outsourcedBacking.addRepTypeChangeListener}" >

           <f:selectItems value="#{outsourcedBacking.populateLKPListByParentId(1)}"/>

              <a4j:ajax event="change" />

             

          </rich:select>

       

      Regards

      Wish