2 Replies Latest reply on Nov 29, 2010 8:15 AM by muneeswaranbalu

    Difference between redirect in jsf and sendRedirect in JSP

    muneeswaranbalu

      Hi to all,

       

      In my application i used jsf.I wants to redirect the user to error page after their session expired.I have tried by using tag in faces-config with navigation case.Its not working properly.Its change the url but the page is not loaded for ajax requests.But if i use sendRedirect method of HttpServletRespose Class its working properly.What is the difference between the both?Please help me. Thanks in advance.