3 Replies Latest reply on Apr 24, 2009 2:40 AM by mjw1977

    A4J.AJAX.onExpired

    mjw1977

      Hello,

      I am trying to get A4J.AJAX.onExpired to work in IE7 - is it supported?

      I have a simple:

      <a4j:region>

      A4J.AJAX.onExpired = function(loc, expiredMsg){
      alert('expired!');
      gotoPage("login.jsf");
      }

      </a4j:region>

      But I never get the alert or the redirect. I am using Richfaces 3.2.2.

      Thanks