0 Replies Latest reply on Apr 25, 2008 11:24 AM by bibinsga25

    rich:modalPanel on h:commandLink

    bibinsga25

      Hi,
      I want to display a rich:modalPanel asking for delete confirmation,when the user clicks on h:commandLink,once he click the yes button on the modalPanel,I want the normal h:commandLink operation to execute(invoking the action with passing parameter using f:param).Once he clicks the no button,I want to bypass all these opreations.Is it possible?