Add this to your web.xml
:
Faces Servlet
*.xhtml
I think the cause of the problem is that the request is not being passed through the FacesServlet.
The page URL did not match the url-pattern of the FacesServlet, thus it had not any chance to parse the tags.