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

Gavin King gavin.king at jboss.com
Thu Jul 13 23:06:41 EDT 2006


  User: gavin   
  Date: 06/07/13 23:06:41

  Modified:    examples/registration/resources/WEB-INF  web.xml
  Log:
  make it work on ie, and ditch jsp:root
  
  Revision  Changes    Path
  1.16      +8 -1      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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- web.xml	10 Jun 2006 07:29:59 -0000	1.15
  +++ web.xml	14 Jul 2006 03:06:41 -0000	1.16
  @@ -4,7 +4,6 @@
   	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">
   
  -
       <!-- Seam -->
       
       <listener>
  @@ -34,4 +33,12 @@
   		<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