You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/11/08 03:45:51 UTC

svn commit: r331673 - in /struts/taglib/trunk/src/tld: struts-bean.tld struts-logic.tld

Author: wsmoak
Date: Mon Nov  7 18:45:33 2005
New Revision: 331673

URL: http://svn.apache.org/viewcvs?rev=331673&view=rev
Log:
Encourage use of JSTL over Struts tags.  Patch submitted by Rahul Akolkar (rahul at apache.org). Bug # 37387

Modified:
    struts/taglib/trunk/src/tld/struts-bean.tld
    struts/taglib/trunk/src/tld/struts-logic.tld

Modified: struts/taglib/trunk/src/tld/struts-bean.tld
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/tld/struts-bean.tld?rev=331673&r1=331672&r2=331673&view=diff
==============================================================================
--- struts/taglib/trunk/src/tld/struts-bean.tld (original)
+++ struts/taglib/trunk/src/tld/struts-bean.tld Mon Nov  7 18:45:33 2005
@@ -9,6 +9,11 @@
     <uri>http://struts.apache.org/tags-bean</uri>
     <description>
     <![CDATA[
+  <p><strong>Note:  Some of the features in this taglib are also
+  available in the <a href="http://java.sun.com/products/jsp/jstl/">JavaServer Pages Standard Tag Library (JSTL)</a>.
+  The Struts team encourages the use of the standard tags over the Struts
+  specific tags when possible.</strong></p>
+
   <p>This tag library contains tags useful in accessing beans and their
   properties, as well as defining new beans (based on these accesses)
   that are accessible to the remainder of the page via scripting variables

Modified: struts/taglib/trunk/src/tld/struts-logic.tld
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/tld/struts-logic.tld?rev=331673&r1=331672&r2=331673&view=diff
==============================================================================
--- struts/taglib/trunk/src/tld/struts-logic.tld (original)
+++ struts/taglib/trunk/src/tld/struts-logic.tld Mon Nov  7 18:45:33 2005
@@ -9,6 +9,11 @@
     <uri>http://struts.apache.org/tags-logic</uri>
     <description>
     <![CDATA[
+  <p><strong>Note:  Some of the features in this taglib are also
+  available in the <a href="http://java.sun.com/products/jsp/jstl/">JavaServer Pages Standard Tag Library (JSTL)</a>.
+  The Struts team encourages the use of the standard tags over the Struts
+  specific tags when possible.</strong></p>
+
   <p>This tag library contains tags that are useful in managing conditional
   generation of output text, looping over object collections for
   repetitive generation of output text, and application flow management.</p>



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