You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2008/06/05 18:10:34 UTC

svn commit: r663648 - /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml

Author: arobinson74
Date: Thu Jun  5 09:10:33 2008
New Revision: 663648

URL: http://svn.apache.org/viewvc?rev=663648&view=rev
Log:
Application of patch for TRINIDAD-1111

Modified:
    myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml?rev=663648&r1=663647&r2=663648&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml Thu Jun  5 09:10:33 2008
@@ -65,7 +65,10 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[a method reference to an return listener]]></description>
+      <description><![CDATA[a method reference to a return listener.This method
+      is used to process dialog returnEvents which are generated as a result of either
+      calling org.apache.myfaces.trinidad.context.RequestContext.returnFromDialog
+      directly or declaratively through the use of a returnActionListener tag.]]></description>
       <property-name>returnListener</property-name>
       <property-class>javax.faces.el.MethodBinding</property-class>
       <property-extension>