5 Replies Latest reply on Nov 6, 2008 1:57 PM by wildrook

    3.2.2 GA, dataTable and commandLink problem

      Hello,

      I have a problem with 3.2.2 GA, everything work fine in 3.2.1

      I have dataTable and commandLink inside, which doesn't work in 3.2.2

      <rich:dataTable value="#{viewWallDataModel}" var="result">
      <a4j:outputPanel rendered="#{sessionBean.userId==result[0]}">
      <a4j:commandLink value="#{msgs.wall_del}" action="#{viewWallDataModel.deleteMessage}" ajaxSingle="true" reRender="wpanel" />
      </a4j:commandLink>
      </a4j:outputPanel>
      </rich:dataTable>
      


      viewWallDataModel extends ExtendedDataModel

      and the problem is that in 3.2.2 deleteMessage function is not invoked, I suppose the problem in the following outputPanel

      <a4j:outputPanel rendered="#{sessionBean.userId==result[0]}">
      ...
      </a4j:outputPanel>
      


      It's rendered correctly, but invoke method doesn't work
      If I remove it everything is Ok.

      This problem is very annoying for our project, we would like to migrate from 3.2.1 to 3.2.2 and actually we have no workaround.

      Please help.

      Best regards,
      Ian