Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by MichaelRush: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 The comment on the change is: added struts-config_1_3.dtd info ------------------------------------------------------------------------------ You can do much more to configure the ComposableRequestProcessor, but those details are outside the scope of this document. + === 4.4 Struts Config File DTD === + * Change the doctype declaration at the top of your struts config files to refer to the dtd for version 1.3.0 + {{{ + <!DOCTYPE struts-config PUBLIC + "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" + "http://struts.apache.org/dtds/struts-config_1_3.dtd"> + }}} + + == 5 Deprecations which have been removed == === 5.1 struts-config_1_3.dtd === @@ -146, +155 @@ === 5.4 TLD URLs === The struts-taglib and struts-tiles distributions no longer include TLDs which are configured with - the old URIs under the ''jakarta.apache.org'' domain name. You must make the following changes: ||Deprecated, now removed||Replacement|| ||http://jakarta.apache.org/struts/tags-bean||http://struts.apache.org/tags-bean||