0 Replies Latest reply on May 24, 2011 9:05 PM by ismaximum

    How to forwarding instead of redirecting to error page?

    ismaximum

      Hi
      We have a Struts application in which some requests will be forwarded to another web app which is a Seam/JSF2 based app. The problem is when an error occurs in that application, Seam will redirect it to a error page we already defined but this changes the URL in address bar! We don't want the URL to be changed. Is there any way to forward to error page instead?


      Thanks