You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/12/02 00:54:43 UTC

svn commit: r351528 - /myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Author: skitching
Date: Thu Dec  1 15:54:40 2005
New Revision: 351528

URL: http://svn.apache.org/viewcvs?rev=351528&view=rev
Log:
Changes necessary due to recent modifications in shared entity defs.

Modified:
    myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Modified: myfaces/sandbox/trunk/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/tld/myfaces_sandbox.tld?rev=351528&r1=351527&r2=351528&view=diff
==============================================================================
--- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original)
+++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Thu Dec  1 15:54:40 2005
@@ -33,6 +33,12 @@
 <!ENTITY display_value_only_attributes  SYSTEM "entities-share/display_value_only_attributes.xml">
 <!ENTITY ext_forceId_attribute          SYSTEM "entities-share/ext_forceId_attribute.xml">
 <!ENTITY ext_ajax_attributes            SYSTEM "entities-share/ext_ajax_attributes.xml">
+
+<!ENTITY faces_binding_attribute        SYSTEM "entities-share/faces_binding_attribute.xml">
+<!ENTITY faces_id_optional_attribute    SYSTEM "entities-share/faces_id_optional_attribute.xml">
+<!ENTITY faces_id_required_attribute    SYSTEM "entities-share/faces_id_required_attribute.xml">
+<!ENTITY faces_rendered_attribute       SYSTEM "entities-share/faces_rendered_attribute.xml">
+
 <!ENTITY html_alt_attribute             SYSTEM "entities-share/html_attributes/alt.xml">
 <!ENTITY html_align_attribute           SYSTEM "entities-share/html_attributes/align.xml">
 <!ENTITY html_target_attribute          SYSTEM "entities-share/html_attributes/target.xml">
@@ -671,18 +677,8 @@
             and from the fat fade anything technique library
         </description>
 
-        <attribute>
-            <name>id</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
-
-        <attribute>
-            <name>rendered</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-            <type>java.lang.Boolean</type>
-        </attribute>
+        &faces_id_required_attribute;
+        &faces_rendered_attribute;
 
         <attribute>
             <name>style</name>
@@ -691,11 +687,6 @@
         </attribute>
         <attribute>
             <name>styleClass</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
-        <attribute>
-            <name>rendered</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
         </attribute>