]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/web.xml
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / web.xml
index 05fcc540fd3f49754b90070b23514dc1fd814710..f6aae47aebbbb75737f4cf666477b9476fa33695 100644 (file)
@@ -3,7 +3,12 @@
     <description>An application for handling and sending out applications to companies.</description>
     <display-name>JJobs v1.0</display-name>
     <context-param>
-        <description>Project stage.</description>
+        <description>Generic custom JSF tags library</description>
+        <param-name>javax.faces.FACELETS_LIBRARIES</param-name>
+        <param-value>/WEB-INF/widgets.jsf.taglib.xml</param-value>
+    </context-param>
+    <context-param>
+        <description>Project stage</description>
         <param-name>javax.faces.PROJECT_STAGE</param-name>
         <param-value>Development</param-value>
     </context-param>
@@ -48,7 +53,7 @@
         <param-value>true</param-value>
     </context-param>
     <context-param>
-        <description>Wether the personal title is required for using the general contact controller.</description>
+        <description>Whether the personal title is required for using the general contact controller.</description>
         <param-name>is_feature_general_personal_title_enabled</param-name>
         <param-value>true</param-value>
     </context-param>