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 2008/07/25 15:54:26 UTC

svn commit: r679808 - /myfaces/orchestra/trunk/flow/src/main/resources/META-INF/myfaces_orchestra_flow.tld

Author: skitching
Date: Fri Jul 25 06:54:25 2008
New Revision: 679808

URL: http://svn.apache.org/viewvc?rev=679808&view=rev
Log:
Fix JSP tag documentation for the modalFlow tag.

Modified:
    myfaces/orchestra/trunk/flow/src/main/resources/META-INF/myfaces_orchestra_flow.tld

Modified: myfaces/orchestra/trunk/flow/src/main/resources/META-INF/myfaces_orchestra_flow.tld
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/flow/src/main/resources/META-INF/myfaces_orchestra_flow.tld?rev=679808&r1=679807&r2=679808&view=diff
==============================================================================
--- myfaces/orchestra/trunk/flow/src/main/resources/META-INF/myfaces_orchestra_flow.tld (original)
+++ myfaces/orchestra/trunk/flow/src/main/resources/META-INF/myfaces_orchestra_flow.tld Fri Jul 25 06:54:25 2008
@@ -36,14 +36,15 @@
         <name>modalFlow</name>
         <tag-class>org.apache.myfaces.orchestra.flow.components.ModalFlowTag</tag-class>
         <body-content>NONE</body-content>
-        <description>Ends a conversation</description>
+        <description>Allows a popup window to be opened when the containing page calls an Orchestra Flow.</description>
 
         <attribute>
             <name>outcome</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-                Foo
+                The navigation outcome which should cause the popup to open (and the called flow entry page to be
+                loaded into that window). May be null, in which case the popup will open for any call of a flow.
             </description>
         </attribute>
         <attribute>