husted 2002/07/06 12:11:06 Modified: src/share/org/apache/struts/action ActionServlet.java Log: Update JavaDoc Revision Changes Path 1.110 +6 -4 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ActionServlet.java 6 Jul 2002 17:31:58 -0000 1.109 +++ ActionServlet.java 6 Jul 2002 19:11:06 -0000 1.110 @@ -196,6 +196,8 @@ * <li><strong>detail</strong> - The debugging detail level for the Digester * we utilize to process the application configuration files. Accepts * values 0 (off) and 1 (least serious) through 6 (most serious). [0]</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>.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>