Reputation: 1390
How to do Page Not Found in JSF application?
Upvotes: 2
Views: 919
Reputation: 597124
in web.xml:
web.xml
<error-page> <error-code>404</error-code> <location>/pageNotFound.xhtml</location> </error-page>
Upvotes: 5