5 Replies Latest reply on Jan 5, 2009 6:23 AM by abelevich

    a4j:actionparam not working in rich:dataTable

    serlank

      Hi, I have the following code :

      <rich:dataGrid columns="4" elements="12" value="#{gamesCreate.friends}" var="friend">
       <a4j:commandButton reRender="opponent" value="Update">
       <a4j:actionparam assignTo="#{gamesCreate.guestId}" value="#{friend.id}" />
       </a4j:commandButton>
      </rich:dataGrid>
      


      But it's not working, setGuestId(...) is never called.

      However, if I take it outside of the dataGrid it does work.

      What am I missing?