Greetings. I suspect the following is a typo. Attached is the patch. I'm relatively new to submitting patches. Is there anything else I should do to follow up ?
Index: web/example/tour.htm =================================================================== RCS file: /home/cvspublic/jakarta-struts/web/example/tour.htm,v retrieving revision 1.7 diff -u -r1.7 tour.htm --- web/example/tour.htm 12 Oct 2001 02:03:47 -0000 1.7 +++ web/example/tour.htm 12 Mar 2002 21:02:29 -0000 @@ -196,7 +196,7 @@ <blockquote> <p><i>Struts labels this mechanism as an error message handler, though your application could use it for other messages too. For example, to post a -message than a record was added or deleted.</i> </p> +message that a record was added or deleted.</i> </p> </blockquote> <p>To get the most out of your form beans, Struts provides a special class, ActionForm, with built-in support for validation and message handling that you can use as the base for your own form beans. Each of your JSP forms will probably have a unique set of fields, and would have their own specific form bean.</p> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>