Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix facelets warning
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Feb 4, 2013
1 parent 1b7fee1 commit 6a29312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp-jboss/WEB-INF/web.xml
Expand Up @@ -208,7 +208,7 @@
</context-param>

<context-param>
<param-name>facelets.VIEW_MAPPINGS</param-name>
<param-name>javax.faces.FACELETS_VIEW_MAPPINGS</param-name>
<param-value>*.xhtml</param-value>
</context-param>

Expand Down

0 comments on commit 6a29312

Please sign in to comment.