6 Replies Latest reply on Aug 21, 2009 4:53 AM by ilya_shaikovsky

    rich:inputSelect is still resetting after ajax submit

    piotr.sobczyk

      Although in JIRA RF-6650 this issue is stated to be fixed, it's still occurs in my application, to put it most simple:

      <h:form>
      ...
      <rich:inplaceSelect id="options" defaultLabel="not entered" showControls="false" value="#{testBean.test}" >
      <f:selectItem itemValue="option1" itemLabel="option1"/>
      <f:selectItem itemValue="option2" itemLabel="option2"/>
      <a:support event="onchange" reRender="options" ajaxSingle="false" />
      </rich:inplaceSelect>
      ...
      <h:form>
      


      After AJAX submitting this component it resets its state to "not entered" and I can't get selected value from bean property. Please help, inplaceSelect fits best to my site, but this bug makes it unusable in my case :(.