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

svn commit: r619965 - /tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml

Author: andyhot
Date: Fri Feb  8 10:13:34 2008
New Revision: 619965

URL: http://svn.apache.org/viewvc?rev=619965&view=rev
Log:
TAPESTRY-1252

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml?rev=619965&r1=619964&r2=619965&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/directlink.xml Fri Feb  8 10:13:34 2008
@@ -232,7 +232,13 @@
                         <td>
                             In an asynchronous request, specifies which components should have their content
                             rendered back to the client. These are expected to be unique component ids. 
-                            
+                            <span class="info">
+                                <strong>Info:</strong>
+                                <p>
+                                    Supplying a value to this parameter forces the asynchronous execution
+                                    of the http request - exactly as if the async parameter was set to true.                                    
+                                </p>
+                            </span>
                             <p>
                             See: <a href="../../apidocs/org/apache/tapestry/services/ResponseBuilder.html">ResponseBuilder</a>
                             </p>