<t:operation>

The <t:operation> element creates a button that performs the operation denoted by the name attribute. The button can only be activated successfully if the current user has the required permissions.

If the operation is a query operation, a HTTP GET request is used. Otherwise, if the method has side effects, an HTTP POST request is generated.

If the operation provides an return value, this is used to generate the result page.

Attributes

name
The name of the operation to be executed.
label
An optional labed for the button. If not present, the name of the operation will be displayed.
followup
A followup command, determining the next page.