0 Replies Latest reply on Sep 5, 2012 4:54 AM by strannik

    rich:dataGrid and @rows

    strannik

      Hi, guys

       

      Does rich:dataGrid support @rows function?

      I couldn't find definite answer in the documentation.

       

      I tried the sample with rich:dataTable and it worked properly.

      But if use this sample for the dataGrid it doesn't work.

      The selectionBean.ajaxKeys is never retrieved.

       

      <a4j:commandButton execute="@this" value="Update"

      action="#{selectionBean.updateSelectedItems()}"

      render="selectionGrid:@rows(selectionBean.ajaxKeys):fieldsPanel" />