|
|
|
|
| listener | org.apache.tapestry.IActionListener | auto |  |
|
The listener that will be invoked when the Javascript function with the given name is invoked.
Any parameters passed to the send function will be available from cycle.getServiceParameters().
In addition, the listener can perform cycle.setServiceParameters() to pass an array of
strings to the JavaScript receive function.
|
|
| sendName | java.lang.String | auto |  |
|
The name of the JavaScript function that the script will define to allow the application
to send information to the server.
|
|
| receiveName | java.lang.String | auto |  |
|
The name of the JavaScript function that the script will call to allow the application
to receive information from the server some time after the send function has been invoked.
|
|
| errorName | java.lang.String | auto | | null |
The name of the JavaScript function that the script will call to indicate that
an error has occurred while sending the information to the server.
|
|
| disableCaching | boolean | auto | | false |
Some browsers cache repeated requests that have identical URLs.
Pass 'true' to this parameter to disable caching by making the URLs unique.
|