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 ------------------------------------------------------------------------------ == 1. Move to Servlet 2.3/JSP 1.2 baseline == Beginning with Struts 1.3, a servlet container that supports Servlet 2.3 and JSP 1.2 (such as Tomcat 4.x) is required. - == 2 .Packaging == + == 2. Packaging == While previously Struts was distributed as a "monolithic" jar, beginning with the 1.3.0 release, many things which were formerly in the "core" have been split out into their own distributions. You will always need "struts-core-1.3.x.jar", and you may need one or more of the following: * struts-taglib-1.3.x.jar (if you want to use the JSP tag libraries, except for the Tiles tag library) @@ -101, +101 @@ 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 + 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"