remm 02/04/22 13:31:57 Modified: webapps/tomcat-docs/appdev Tag: tomcat_40_branch web.xml.txt Log: - XML was not well formed (bug 8344). - Patch submitted by Andy Warburton <andy2602 at lycos.co.uk> Revision Changes Path No revision No revision 1.2.2.3 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt Index: web.xml.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- web.xml.txt 13 Feb 2002 01:11:25 -0000 1.2.2.2 +++ web.xml.txt 22 Apr 2002 20:31:57 -0000 1.2.2.3 @@ -76,7 +76,7 @@ <description> This servlet plays the "controller" role in the MVC architecture used in this application. It is generally mapped to the ".do" - filename extension with a <servlet-mapping> element, and all form + filename extension with a servlet-mapping element, and all form submits in the app will be submitted to a request URI like "saveCustomer.do", which will therefore be mapped to this servlet.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>