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 2002/11/05 15:18:04 UTC

cvs commit: jakarta-struts/doc/userGuide dev_tiles.xml

cedric      2002/11/05 06:18:04

  Modified:    doc/userGuide dev_tiles.xml
  Log:
  Update documentation
  
  Revision  Changes    Path
  1.11      +6 -5      jakarta-struts/doc/userGuide/dev_tiles.xml
  
  Index: dev_tiles.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/dev_tiles.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- dev_tiles.xml	25 Oct 2002 12:37:53 -0000	1.10
  +++ dev_tiles.xml	5 Nov 2002 14:18:04 -0000	1.11
  @@ -201,16 +201,17 @@
   </li>
   </ul>
   
  -<pre>&lt;plug-in className="org.apache.struts.tiles.TilesPlugin" &gt;
  -&lt;set-property property="definitions-config"
  -value="/WEB-INF/tiles-defs.xml,
  +<pre>
  +&lt;plug-in className="org.apache.struts.tiles.TilesPlugin" &gt;
  +  &lt;set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml,
   /WEB-INF/tiles-tests-defs.xml" /&gt;
  -&lt;set-property property="definitions-parser-validate" value="true" /&gt;
  +  &lt;set-property property="definitions-parser-validate" value="true" /&gt;
  +  &lt;set-property property="moduleAware" value="true" /&gt;
   &lt;/plug-in&gt;</pre>
   
   <ul>
   <li>
  -  <strong>note:</strong> This plugin creates one single shared factory even if you have several modules. The plugin first read factory parameters from <code>web.xml</code> and then overload them with parameters from the first <code>struts-config.xml</code> file read. Read order is determined by the order of module declarations in <code>web.xml</code>.
  +  <strong>note:</strong> This plugin creates one factory for each Struts modules. The plugin first read factory parameters from <code>web.xml</code> and then overload them with parameters from the first <code>struts-config.xml</code> file read.
   </li>
   </ul>
   </ul>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>