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 NiallPemberton: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 The comment on the change is: Struts 1.3.5 is dependant on FileUpload 1.1.1 ------------------------------------------------------------------------------ * {{{struts-taglib-1.3.x.jar}}} (if you want to use the JSP tag libraries, except for the Tiles tag library) * {{{struts-el-1.3.x.jar}}} (in addition to struts-taglib) if you want to use the JSTL expression language * {{{struts-tiles-1.3.x.jar}}} (if you want to use Tiles) - * {{{struts-extras-1.3x.jar}}} (if you use DispachAction by example) + * {{{struts-extras-1.3x.jar}}} (if you use {{{DispachAction}}} for example) '''Additional note''' on using tiles : I migrated to Struts 1.3.5 and forgot to upgrade {{{struts-tiles.tld}}} in my {{{WEB-INF}}}-directory. If you store it there as well (usefull for some IDE's, no doubt there is a better way ..., extract the correct version from {{{struts-tiles-1.3.x.jar}}}. @@ -24, +24 @@ Struts 1.3 introduces a new dependency on [http://jakarta.apache.org/commons/chain/ Commons Chain] version 1.0. - remember to deploy the Chain jar - === 3.2 File Upload 1.1 === + === 3.2 File Upload 1.1.1 === Struts 1.3 has an ''optional'' dependency on - [http://jakarta.apache.org/commons/fileupload/ Commons FileUpload] version 1.1 (previously was version 1.0). As well as needing to upgrade the !FileUpload jar you will now also need the + [http://jakarta.apache.org/commons/fileupload/ Commons FileUpload] version 1.1.1 (previously was version 1.0). As well as needing to upgrade the !FileUpload jar you will now also need the [http://jakarta.apache.org/commons/io/ Commons IO] Version 1.1 jar. === 3.3 Commons Validator 1.3.0 ===
