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><plug-in className="org.apache.struts.tiles.TilesPlugin" > -<set-property property="definitions-config" -value="/WEB-INF/tiles-defs.xml, +<pre> +<plug-in className="org.apache.struts.tiles.TilesPlugin" > + <set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml, /WEB-INF/tiles-tests-defs.xml" /> -<set-property property="definitions-parser-validate" value="true" /> + <set-property property="definitions-parser-validate" value="true" /> + <set-property property="moduleAware" value="true" /> </plug-in></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: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>
