2 Replies Latest reply on Apr 28, 2008 3:09 PM by madhav_inamti

    baffled...

      I am completely baffled by this...

      The following code used to work on 3.1.4, but does not anymore on 3.2.0

      <a4j:commandLink action="#{listItem.checkCanDelete(itms)}"
       reRender="modalContent"
       oncomplete="Richfaces.showModalPanel('deleteItem',{width:450, top:200})">
       <h:outputText value="Delete Item"/>
       </a4j:commandLink>


      What's more surprising is that the same code with differnt method call works in another place.

      The parent for both a4j:commandLink is ui:repeat.

      Any help is appreciated...

      Thanks,

      M