Hello,
in change the web.xml so that the default file-extension is ".jsf" instead ".xhtml". But now also the included CSS-Files/Pictures get this extension Section when i inspect the page. For example the default.css is now default.css.jsf How can i setup the web.xml properly?
Thanks for your help!
Here is my mapping:
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
[Message sent by forum member 'veitw']
http://forums.java.net/jive/thread.jspa?messageID=478211