Author: xlawrence
Date: Tue Jan 10 17:03:12 2006
New Revision: 12756

URL: https://jahia.mine.nu/websvn/listing.php?sc=1&rev=12756&repname=jahia
Log:
added ajax TLD

Modified:
    trunk/core/src/webapp/WEB-INF/web.xml

Modified: trunk/core/src/webapp/WEB-INF/web.xml
URL: 
https://jahia.mine.nu/websvn/diff.php?path=/trunk/core/src/webapp/WEB-INF/web.xml&rev=12756&repname=jahia
==============================================================================
--- trunk/core/src/webapp/WEB-INF/web.xml (original)
+++ trunk/core/src/webapp/WEB-INF/web.xml Tue Jan 10 17:03:12 2006
@@ -13,6 +13,10 @@
         <param-value>server</param-value>
     </context-param>
        -->
+    <context-param>
+        <param-name>javax.servlet.jsp.jstl.fmt.fallbackLocale</param-name>
+        <param-value>en</param-value>
+    </context-param>
 
     <context-param>
         <param-name>hsqldb.location</param-name>
@@ -460,6 +464,12 @@
     </init-param>
   </servlet>
 
+  <!-- Zimbra servlet used to convert ressource bundles properties to 
javascript variables -->
+  <servlet>
+       <servlet-name>Properties2Javascript</servlet-name>
+       
<servlet-class>com.zimbra.webClient.servlet.Props2JsServlet</servlet-class>
+  </servlet>
+
   <!-- [INSERT FRAGMENT HERE] -->
 
   <!-- Servlet mappings -->
@@ -571,6 +581,12 @@
     <url-pattern>/ajaxaction/*</url-pattern>
   </servlet-mapping>
 
+  <!-- Zimbra servlet used to convert ressource bundles properties to 
javascript variables -->
+  <servlet-mapping>
+       <servlet-name>Properties2Javascript</servlet-name>
+       <url-pattern>/jsp/jahia/javascript/zimbra/ajaxTK/msgs/*</url-pattern>
+  </servlet-mapping>
+
   <!-- Session timeout value is set in minutes. Comment this section out
        in order to set the timeout time back to the server's value       -->
   <!--
@@ -1148,6 +1164,10 @@
     <taglib-uri>jahiaHtmlLib</taglib-uri>
     <taglib-location>/WEB-INF/etc/taglibs/jahia-html.tld</taglib-location>
   </taglib>
+  <taglib>
+    <taglib-uri>ajaxLib</taglib-uri>
+    <taglib-location>/WEB-INF/etc/taglibs/ajax.tld</taglib-location>
+  </taglib>
 
   <!-- Struts Tag Library Descriptors -->
   <!-- Struts Tag Library Descriptors -->

Reply via email to