You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/25 02:58:26 UTC

[Struts Wiki] Update of "StrutsUpgradeNotes12to13" by JoeGermuska

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

The comment on the change is:
Describe removal of deprecated "jakarta.apache.org" taglib URIs

------------------------------------------------------------------------------
      <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor" />
  }}}
  
+ == 4 Deprecations which have been removed ==
+ === 4.1 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||
+ ||http://jakarta.apache.org/struts/tags-html||http://struts.apache.org/tags-html||
+ ||http://jakarta.apache.org/struts/tags-logic||http://struts.apache.org/tags-logic||
+ ||http://jakarta.apache.org/struts/tags-nested||http://struts.apache.org/tags-nested||
+ ||http://jakarta.apache.org/struts/tags-tiles||http://struts.apache.org/tags-tiles||
+ 
  ----
  (please add notes here as you gain experience with this migration) 
   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org