You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2008/02/13 22:43:08 UTC

svn commit: r627597 - /myfaces/trinidad/branches/jwaldman_1.2-issue936/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonAttrs.xml

Author: jwaldman
Date: Wed Feb 13 13:43:01 2008
New Revision: 627597

URL: http://svn.apache.org/viewvc?rev=627597&view=rev
Log:
javadoc

Modified:
    myfaces/trinidad/branches/jwaldman_1.2-issue936/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonAttrs.xml

Modified: myfaces/trinidad/branches/jwaldman_1.2-issue936/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonAttrs.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/jwaldman_1.2-issue936/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonAttrs.xml?rev=627597&r1=627596&r2=627597&view=diff
==============================================================================
--- myfaces/trinidad/branches/jwaldman_1.2-issue936/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonAttrs.xml (original)
+++ myfaces/trinidad/branches/jwaldman_1.2-issue936/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonAttrs.xml Wed Feb 13 13:43:01 2008
@@ -58,20 +58,22 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[<p>the IDs of the components that should trigger a partial update.
+      <description><![CDATA[the IDs of the components that should trigger a partial update.
+        <p>
         This component will listen on the trigger components. If one of the
         trigger components receives an event that will cause it to update
         in some way, this component will request to be updated too.</p>
         <p>
-        Separate multiple triggers with a space.
-        Trigger identifiers are relative to the source component for non-NamingContainer components and relative to the parent component for NamingContainer components. 
+        Separate multiple triggers with a space. e.g., partialTriggers="cmp1 cmp2"
+        </p>
+        <p>
         Identifiers must account for NamingContainers.  You can use a single colon to start the search from the root,
         or use multiple colons to move up through the NamingContainer. For example,
-        for a non-NamingContainer component, "::" will
-        search from the parent naming container, ":::" will search
-        from the grandparent naming container, etc. For a NamingContainer component,
-        "::" will search from the parent component's parent naming container. ":::" will
-        search from the parent component's grandparent naming container.</p>]]>
+        "::" will pop out of this component's naming container (it pops out of itself if it is a naming container), 
+        ":::" will pop out of two naming containers, etc. The search for
+        the partialTrigger begins from there. e.g., partialTriggers=":::commandButton1" the search begins for the 
+        component with id = commandButton1 after popping out of two naming containers relative to this component.
+        To go into naming containers, you separate the naming containers with ':', e.g.,partialTriggers= "nc1:nc2:nc3:componentId".</p>]]>
       </description>
       <property-name>partialTriggers</property-name>
       <property-class>java.lang.String[]</property-class>