Author: bwallace
Date: Tue Apr 25 17:46:17 2006
New Revision: 397034
URL: http://svn.apache.org/viewcvs?rev=397034&view=rev
Log:
[TAPESTRY-818] Added action and parameters to LinkSubmit component reference
Modified:
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/LinkSubmit.xml
Modified:
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/LinkSubmit.xml
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/LinkSubmit.xml?rev=397034&r1=397033&r2=397034&view=diff
==============================================================================
---
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/LinkSubmit.xml
(original)
+++
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/LinkSubmit.xml
Tue Apr 25 17:46:17 2006
@@ -77,6 +77,41 @@
If specified, the listener is notified. This notification occurs as
the component is rewinded, i.e., prior to the Form's listener. In addition, the
selected property (if bound) will be updated before the listener is notified.
</td>
</tr>
+ <tr>
+ <td>action</td>
+ <td>&IActionListener;</td>
+ <td>in</td>
+ <td>no</td>
+ <td> </td>
+ <td>
+ A listener that is notified if this component is triggered
+ just before the form's listener, after all components
+ enclosed by the Form have had a chance to update their properties.
+ </td>
+ </tr>
+ <tr>
+ <td>parameters</td>
+ <td>Object</td>
+ <td>in</td>
+ <td>no</td>
+ <td> </td>
+ <td>
+ Parameter(s) gathered at the time the link is triggered,
+ supplied as listener parameters in the IRequestCycle
+ available to the listener.
+ <p>
+ If the parameter is a Collection, it will be converted to
+ an Object array (to match the IRequestCycle getListenerParameters()
+ signature).
+ </p>
+ <p>
+ Allows deferred listeners
+ (defer = true) access to any rewind state not conveniently
+ placed using tag/selected (e.g. when there are multiple objects
+ to select as might happen with a nested Foreach).
+ </p>
+ </td>
+ </tr>
</table>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]