Author: niallp Date: Wed Feb 28 06:49:34 2007 New Revision: 512778 URL: http://svn.apache.org/viewvc?view=rev&rev=512778 Log: Port Fix for STR-3010 to 1.3 Branch - Faces Example2 webapp references older DTD version in struts-config.xml which doesn't have the cancellable attribute - thanks to Henri Yandell
Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=512778&r1=512777&r2=512778 ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml Wed Feb 28 06:49:34 2007 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE struts-config PUBLIC - "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" - "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> + "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" + "http://struts.apache.org/dtds/struts-config_1_3.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more