1 Reply Latest reply on Nov 8, 2007 4:35 AM by ilya_shaikovsky

    <rich:modalPanel onhide=

    pdcosta

      Hi there,

      I am using a modelPanel to add data to my application.

      <rich:modalPanel onhide="#{obBacking.hide}" >

      The problem is i want to do some clean up when the user closes the modal. For which i have included the onhide property. I have defined a method in my backing bean as follows.

      public void hide(){
      System.out.println("EVENT hide CALLED" );
      }

      But this method never seems to be called.

      I would appreciate any help in this case.

      Thanks