You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2003/05/13 18:51:29 UTC

cvs commit: jakarta-struts/web/tiles-documentation/WEB-INF web.xml

cedric      2003/05/13 09:51:29

  Modified:    web/tiles-documentation/WEB-INF web.xml
  Log:
  Comment out the tiles config file declarations.
  
  Revision  Changes    Path
  1.8       +10 -4     jakarta-struts/web/tiles-documentation/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml	22 Apr 2003 03:25:47 -0000	1.7
  +++ web.xml	13 May 2003 16:51:29 -0000	1.8
  @@ -12,11 +12,17 @@
       <servlet-name>action</servlet-name>
       <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> 
       <!-- <servlet-class>org.apache.struts.tiles.ActionComponentServlet</servlet-class> -->
  -	<init-param>
  -      <param-name>definitions-config</param-name>
  -      <param-value>/WEB-INF/tiles-defs.xml,/WEB-INF/tiles-tests-defs.xml,/WEB-INF/tiles-tutorial-defs.xml,
  -                 /WEB-INF/tiles-examples-defs.xml</param-value>
  +
  +    <!-- Tiles config files are now declared with each tiles plugin. Declaring a tiles
  +         config file here make it available to each tiles plugin. This is useful to 
  +         have common declarations.
  +    <init-param>
  +       <param-name>definitions-config</param-name>
  +       <param-value>/WEB-INF/tiles-defs.xml,/WEB-INF/tiles-tests-defs.xml,
  +                    /WEB-INF/tiles-tutorial-defs.xml,
  +                    /WEB-INF/tiles-examples-defs.xml</param-value>
       </init-param>
  +    -->
       <init-param>
         <param-name>definitions-debug</param-name>
         <param-value>0</param-value>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org