Author: niallp Date: Wed Feb 28 06:48:43 2007 New Revision: 512776 URL: http://svn.apache.org/viewvc?view=rev&rev=512776 Log: Fix for STR-3010 - 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/trunk/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml Modified: struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=512776&r1=512775&r2=512776 ============================================================================== --- struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml (original) +++ struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml Wed Feb 28 06:48:43 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.4//EN" + "http://struts.apache.org/dtds/struts-config_1_4.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more