You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/17 16:51:22 UTC

[Struts Wiki] Update of "StrutsUpgradeNotes12to13" by ArjenSmedes

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 ArjenSmedes:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13

------------------------------------------------------------------------------
  == 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)
+  * {{{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-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-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 by 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}}}.
  
  == 3. Dependencies ==
  A number of dependencies have changed from Struts 1.2.x