[jboss-cvs] jboss-seam/examples/registration/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Wed Oct 25 12:06:01 EDT 2006


  User: gavin   
  Date: 06/10/25 12:06:01

  Modified:    examples/registration/resources/WEB-INF  web.xml
  Log:
  use jspx extension
  
  Revision  Changes    Path
  1.21      +5 -8      jboss-seam/examples/registration/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/resources/WEB-INF/web.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- web.xml	12 Oct 2006 02:43:42 -0000	1.20
  +++ web.xml	25 Oct 2006 16:06:01 -0000	1.21
  @@ -22,6 +22,11 @@
           <param-value>client</param-value>
       </context-param>
   
  +    <context-param>
  +        <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
  +        <param-value>.jspx</param-value>
  +    </context-param>
  +  
   	<servlet>
   		<servlet-name>Faces Servlet</servlet-name>
   		<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
  @@ -34,12 +39,4 @@
   		<url-pattern>*.seam</url-pattern>
   	</servlet-mapping>
   	
  -	<!-- JSP -->
  -	<jsp-config>
  -		<jsp-property-group>
  -			<url-pattern>*.jsp</url-pattern>
  -			<is-xml>true</is-xml>
  -		</jsp-property-group>
  -	</jsp-config>
  -	
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list