org.apache.tapestry5.corelib.components.AddRowLink

Used inside an org.apache.tapestry5.corelib.components.AjaxFormLoop component to spur the addition of a new row. Triggers a server-side event on the AjaxFormLoop, which must return the newly added object, which will be rendered in the body of the AjaxFormLoop and sent to the client web browser.

[JavaDoc]

Informal parameters: supported


Back to index