0 Replies Latest reply on Feb 3, 2010 11:30 PM by epotenciano

    Firefox 3.5.7 stack overflow

      Hi All,

       

          Our apps is using RichFaces/JSF and I was tasked to convert it to Firefox/IE8. Im constantly getting an 599 code error when running the apps on Firefox (3.5.7). The code that traps the error is:

       

      A4J.AJAX.onError =

      function(req,status,message){

          window.alert(

      "An error occured while executing your request. status " + status + "AAA" + message);

      }

       

          Have you encountered this problem with your RichFaces application?