1 Reply Latest reply on Sep 1, 2009 6:25 AM by ilya_shaikovsky

    does process attribute works for suggestionbox?

    liuliu

      hi,

      I have a suggestion box in a datatable. the setter of checkbox is called when i click on the command button, but not when suggesion works. if i turn off the ajax single attribute. the setter is called.

      <rich:datatable>
       <rich:column><h:selectbooleancheckbox id="toto" /> </rich:column>
       <rich:column>
       <h:inputTex />
       <rich:suggestionbox ajaxSingle="true" process="toto" />
       <rich:column>
       <rich:column>
       <a4j:commandButton ajaxSingle="true" process="toto" />
       </rich:column>
      </rich:datatable>
      
      


      thanks in advance

      liu