3 Replies Latest reply on Apr 6, 2009 5:09 AM by nbelaevski

    comboBox onselect event

    lmk

      Hi all,

      I use a4j:support and a4j:support with onselect event.

      <a4j:region>
      <rich:comboBox selectFirstOnUpdate="false"
      defaultLabel="Enter some value" value="#{bean.compagny}"
      id="combo_company" width="200">
      <t:selectItems value="#{bean.companies}" var="list"
      itemLabel="#{list.name}" itemValue="#{list.name}" />
      <a4j:support event="onselect" reRender="client,users"
      action="#{bean.findClients}">
      </a4j:support>
      </rich:comboBox>
      </a4j:region>


      and a4j:status
      <a4j:status>
      <f:facet name="start">
      <h:graphicImage value="/images/loading2.gif" />
      </f:facet>
      <f:facet name="stop">
      <rich:spacer height="16"/>
      </f:facet>
      </a4j:status>


      the problem is when I select on comboBox, the ajax status image is not shown..

      RF version 3.3.0.GA or 3.3.1.BETA3.

      best regards!


      RF version