2 Replies Latest reply on Nov 9, 2010 2:33 AM by senthi

    A4J.AJAX.onExpired not working in Weblogic Portal 10.3.2

    senthi

      Dear everyone,

       

      Recently i tried handling the A4J onExpired as to handle the session timeout during the Ajax calls. But the below scripts doesnt seems to work.

       

      I have added the below configurations like,

       

      <script type="javascript">

           A4J.AJAX.onExpired=function(loc, expMsg)

           window.location="/index.jsp"

      </script>

       

      And have the configuration in the web.xml,

       

      <context-param>

           <param-name>org.ajax4jsf.handleViewExpiredOnClient</param-name>

           <param-value>true</param-value>

      </context-param>

       

       

      Please give your suggestion. Its important i do have to do this.....