[jboss-cvs] jbosstest/src/resources/web/WEB-INF ...

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


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

  Added:       src/resources/web/WEB-INF  jsftest-web.xml
  Log:
  Updated JSF and JSTL version.  Added test for JSF and JSTL integration.
  
  Revision  Changes    Path
  1.2       +20 -0     jbosstest/src/resources/web/WEB-INF/jsftest-web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jsftest-web.xml
  ===================================================================
  RCS file: jsftest-web.xml
  diff -N jsftest-web.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ jsftest-web.xml	19 Jul 2006 21:28:44 -0000	1.2
  @@ -0,0 +1,20 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
  +	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +	 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  +	 version="2.4">
  +    <!-- The JavaServer Faces Servlet -->
  +   <servlet>
  +      <servlet-name>javax.faces.FacesServlet</servlet-name>
  +      <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>             
  +
  +      <load-on-startup>6</load-on-startup>
  +   </servlet>   
  +   
  +   <!-- Mappings for JavaServer Faces Servlet -->
  +   <servlet-mapping>
  +      <servlet-name>javax.faces.FacesServlet</servlet-name>
  +      <url-pattern>*.jsf</url-pattern>
  +   </servlet-mapping>  
  +</web-app>
  
  
  



More information about the jboss-cvs-commits mailing list