3 Replies Latest reply on Dec 8, 2011 10:26 AM by hantsy

    How to redirect the none existing page to 404 page.

    hantsy

      This is a general JSF problme I encountered in my project.

       

      I found when I browsed a none existing page, such as http://localhost:8080/test/testCXXX.faces

      It will display an empty page, and I used firebug and saw a 200 status.

      Why it did not redirect to 404 page which I have defined in the web.xml?

       

      Thanks