Date: 2004-08-03T09:23:04
   Editor: PaulSpencer <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: Struts1.1to1.2.1UpgradeNotes
   URL: http://wiki.apache.org/struts/Struts1.1to1.2.1UpgradeNotes

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -26,3 +26,8 @@
 
 The only other thing I did was change references to ActionError to ActionMessage - 
its wasn't necessary to do it, but it got rid of the "deprecation" warnings when I 
compile.
 
+* jsp - The uri in the Taglib declaration may need to be updated.
+    Struts 1.1 {{{ <%@ taglib uri="http://jakarta.apache.org/struts/... %> }}}
+
+    Struts 1.2.1 {{{ <%@ taglib uri="http://struts.apache.org/... %> }}}
+

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to