0 Replies Latest reply on Aug 14, 2008 7:33 AM by thinkwise

    Ignore tabChange

      Can someone tell me what's the best way to ignore a users tabchange?

      Currently I use this code in the event method:
      FacesContext.getCurrentInstance().responseComplete();

      This works fine, but the rich:status component never ended. Is there another way to ignore the tabChange or to stop the rich:status component?

      Thanks for your help!!