2 Replies Latest reply on Apr 18, 2007 12:54 AM by icai

    Exception and session handling with A4J

    icai

      I want to make use of following to handle the exception;

      A4J.AJAX.onError = customFunction(req,status,message) {
      
       // Custom Developer Code
      
       };
      
      A4J.AJAX.onExpired = function(loc,expiredMsg){
      
       // Custom Developer Code
      
      };
      

      Can someone please give any example of using above in JSP. Otherwise if possible please guide to some appropriate link.

      Thanks in advance!!