1 Reply Latest reply on Nov 19, 2009 4:32 AM by ilya_shaikovsky

    listshuttle problem

      Hi

      I am using <rich:listShuttle> component of rich faces. But when using the <rich:listShuttle> component other components like <a4j:commandButton> is not working.

      <rich:listShuttle rendered="#{admissionBean.tieBreakerPanel}" sourceValue="#{admissionBean.availTieBreakers}" targetValue="#{admissionBean.selectedTieBreakers}"
       var="items" sourceCaptionLabel="Available Items" targetCaptionLabel="Currently Active Items" converter="listShuttleconverter">
      
       <rich:column>
       <h:outputText value="#{items.name}"></h:outputText>
       </rich:column>
      
       </rich:listShuttle>
      <a4j:commandButton action="#{admissionBean.showLovPanel}" value="#{msg.button_search_inst}" ></a4j:commandButton>


      The action method is not invoked
      If I am removing the <rich:listShuttle> component the action method invoked. Why this happened?
      Please Help me


      Thanks in Advance
      Athira