craigmcc 2002/10/28 21:00:14 Modified: doc/userGuide building_controller.xml Log: Correct missing </li> and </p> element end markers that were causing the nightly builds to fail. Revision Changes Path 1.43 +6 -6 jakarta-struts/doc/userGuide/building_controller.xml Index: building_controller.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- building_controller.xml 28 Oct 2002 01:33:38 -0000 1.42 +++ building_controller.xml 29 Oct 2002 05:00:14 -0000 1.43 @@ -918,12 +918,12 @@ instances that should be added to the <code>Digester</code> that will be processing <code>struts-config.xml</code> files. By default, only the <code>RuleSet</code> for the standard configuration elements is - loaded. (Since Struts 1.1)<li> + loaded. (Since Struts 1.1)</li> <li><strong>validating</strong> - Should we use a validating XML parser to process the configuration file (strongly recommended)? [true]</li> </ul> <p>The following parameters may still be used with the Struts 1.1 release but - are <b>deprecated</b>. + are <b>deprecated</b>.</p> <ul> <li><strong>application</strong> - Java class name of the application resources bundle base class. [NONE] @@ -955,11 +955,11 @@ <li><em>org.apache.struts.action.ForwardingActionForward</em> - Subclass of <code>org.apache.struts.action.ActionForward</code> that defaults the <code>redirect</code> property to - <code>false</code> (same as the ActionForward default value). + <code>false</code> (same as the ActionForward default value).</li> <li><em>org.apache.struts.action.RedirectingActionForward</em> - Subclass of <code>org.apache.struts.action.ActionForward</code> that defaults the <code>redirect</code> property to - <code>true</code>. + <code>true</code>.</li> </ul> <em>DEPRECATED - Configure this using the "className" attribute of each <forward> element.</em></li> @@ -976,11 +976,11 @@ <ul> <li><em>org.apache.struts.action.RequestActionMapping</em> - Subclass of <code>org.apache.struts.action.ActionMapping</code> that - defaults the <code>scope</code> property to "request". + defaults the <code>scope</code> property to "request".</li> <li><em>org.apache.struts.action.SessionActionMapping</em> - Subclass of <code>org.apache.struts.action.ActionMapping</code> that defaults the <code>scope</code> property to "session". (Same - as the ActionMapping default value). + as the ActionMapping default value).</li> </ul> <em>DEPRECATED - Configure this using the "className" attribute of each <action> element, or globally for a module by using the
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>