You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/06/11 15:07:55 UTC

svn commit: r666652 - in /myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad: Command.xml core/includes/LaunchSource.xml

Author: matzew
Date: Wed Jun 11 06:07:55 2008
New Revision: 666652

URL: http://svn.apache.org/viewvc?rev=666652&view=rev
Log:
TRINIDAD-1098 update tag doc on usewindow and action attribute of command Components
thanks to Vimal for the patch

Modified:
    myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml
    myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml

Modified: myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml?rev=666652&r1=666651&r2=666652&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml (original)
+++ myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Command.xml Wed Jun 11 06:07:55 2008
@@ -35,7 +35,8 @@
     <component-class>org.apache.myfaces.trinidad.component.UIXCommand</component-class>
     <property>
       <description><![CDATA[a reference to an action method sent by the command component,
-              or the static outcome of an action]]>
+              or the static outcome of an action. If the action starts with "dialog:",
+              useWindow attribute must be set to true.]]>
       </description>
       <property-name>actionExpression</property-name>
       <property-class>javax.el.MethodExpression</property-class>
@@ -147,3 +148,4 @@
 </faces-config>
 
 
+

Modified: myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml?rev=666652&r1=666651&r2=666652&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml (original)
+++ myfaces/trinidad/branches/1.2.8.1-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml Wed Jun 11 06:07:55 2008
@@ -23,7 +23,10 @@
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
   <component>
     <property>
-      <description><![CDATA[Indicates whether processes launched by this command should be launched in a secondary dialog window.]]></description>
+      <description><![CDATA[Indicates whether processes launched by this command should be
+        launched in a secondary dialog window. 'useWindow' requires that the "action"
+        attribute start with "dialog:". Set useWindow to 'false' for the outcome of
+        the action to be targeted to the existing window.]]></description>
       <property-name>useWindow</property-name>
       <property-class>boolean</property-class>
       <property-extension>