我有這個目錄中的css文件:如何讓我的JSF項目找到我的css文件?
d:\ JavaProjects \ MyGuessNumber \網絡\資源\ CSS \ bootstrap.css
在我的index.xhtml文件我有:
<h:outputStylesheet library="css" name="bootstrap.css" />
當我運行該應用程序爲:
localhost:8080/MyGuessNumber
加載CSS文件就好了。
當我使用:
http://localhost:8080/MyGuessNumber/faces/index.xhtml
的CSS仍然存在。
但是當我做:
http://localhost:8080/MyGuessNumber/index.xhtml
在頁面加載,但沒有CSS?我該如何做這項工作?
編輯:我使用的:/面/ *
什麼是你'FacesServlet' URL映射? – 2013-03-03 21:43:01
對不起,它是: Faces Servlet servlet-name> /faces/* url-pattern> –
2013-03-03 21:43:51
所以你沒有'* .xhtml'作爲映射? – 2013-03-03 21:44:38