That's not true, it suffices to map the jsp extention to the MyFaces
Servlet and it will correctly deal with the JSF tags inside.
Besides, otherwise all my other pages wouldn't work either - they all
have jsp extensions.
No, something -I don't know what- makes the treatement of this
errorpage different.
Btw I'm running MyFaces 1.1.4 snapshot. (due other probs not running
v.113)
Wolf
On 23 Aug 2006, at 13:52, Guy Coleman wrote:
If your error page contains JSF then the location should use the .jsf
extension (or whatever url mapping the FacesServlet is configured to
use):
<error-page>
<error-code>404</error-code>
<location>/resources/pages/fileNotFound.jsf</location>
</error-page>
etc.