You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by aw...@apache.org on 2007/02/02 17:45:30 UTC

svn commit: r502671 - /incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld

Author: awiner
Date: Fri Feb  2 09:45:30 2007
New Revision: 502671

URL: http://svn.apache.org/viewvc?view=rev&rev=502671
Log:
Fix validation errors in TLD

Modified:
    incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld

Modified: incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld?view=diff&rev=502671&r1=502670&r2=502671
==============================================================================
--- incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld (original)
+++ incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld Fri Feb  2 09:45:30 2007
@@ -33,8 +33,6 @@
   </listener>
         
    <tag>
-      <name>forEach</name>
-      <tag-class>org.apache.myfaces.trinidadinternal.taglib.ForEachTag</tag-class>
       <description>
 The forEach tag is a replacement for the JSTL &amp;lt;c:forEach&amp;gt; tag. 
 As of JSF 1.2/JSP 2.1/JSTL 1.2, the regular &amp;lt;c:forEach&amp;gt; tag
@@ -42,6 +40,9 @@
 with JSF!  (Unlike c:forEach, tr:forEach doesn't currently support anything
 for "items" other than arrays and lists.)
       </description>
+      <name>forEach</name>
+      <tag-class>org.apache.myfaces.trinidadinternal.taglib.ForEachTag</tag-class>
+      <body-content>jsp</body-content>
 
       <attribute>
         <description>
@@ -162,6 +163,7 @@
 
       <name>componentRef</name>
       <tag-class>org.apache.myfaces.trinidadinternal.taglib.ComponentRefTag</tag-class>
+      <body-content>jsp</body-content>
       <attribute>
         <description>
 Identifies which declarative component to use. 
@@ -210,6 +212,7 @@
       </description>
       <name>componentDef</name>   
       <tag-class>org.apache.myfaces.trinidadinternal.taglib.ComponentDefTag</tag-class>
+      <body-content>jsp</body-content>
       <attribute>
         <description>
           the variable name to use when referencing attributes, that may be set
@@ -233,6 +236,7 @@
       </description>
       <name>facetRef</name>   
       <tag-class>org.apache.myfaces.trinidadinternal.taglib.FacetRefTag</tag-class>
+      <body-content>jsp</body-content>
       <attribute>
         <description>
           the facet name to copy