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

Gavin King gavin.king at jboss.com
Thu Jul 13 23:05:38 EDT 2006


  User: gavin   
  Date: 06/07/13 23:05:38

  Modified:    examples/numberguess/resources/WEB-INF  web.xml
  Log:
  make it work on ie, and ditch jsp:root
  
  Revision  Changes    Path
  1.6       +8 -0      jboss-seam/examples/numberguess/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/numberguess/resources/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- web.xml	10 Jun 2006 07:22:36 -0000	1.5
  +++ web.xml	14 Jul 2006 03:05:38 -0000	1.6
  @@ -42,4 +42,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