[jboss-cvs] jboss-tomcat/src/resources ...

Stan Silvert ssilvert at jboss.com
Wed Jul 19 17:28:45 EDT 2006


  User: ssilvert
  Date: 06/07/19 17:28:45

  Modified:    src/resources  web.xml
  Log:
  Updated JSF and JSTL version.  Added test for JSF and JSTL integration.
  
  Revision  Changes    Path
  1.12      +6 -0      jboss-tomcat/src/resources/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-tomcat/src/resources/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- web.xml	27 Jun 2006 15:27:29 -0000	1.11
  +++ web.xml	19 Jul 2006 21:28:45 -0000	1.12
  @@ -284,6 +284,12 @@
            <param-name>tagLibJar0</param-name>
            <param-value>jsf-libs/jsf-impl.jar</param-value>
         </init-param>
  +      <init-param>
  +         <description>JSTL standard tlds</description>
  +         <param-name>tagLibJar1</param-name>
  +         <param-value>jstl.jar</param-value>
  +      </init-param>
  +
   
         <load-on-startup>3</load-on-startup>
      </servlet>
  
  
  



More information about the jboss-cvs-commits mailing list