An alternative to org.apache.tapestry5.corelib.components.EventLink that, given an object passed as parameter, uses the corresponding br.com.arsmachina.tapestrycrud.encoder.Encoder to get the context br.com.arsmachina.tapestrycrud.encoder.Encoder#toKey(Object) activation value.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| event | String | NOT Allow Null | literal | The name of the event to be triggered in the parent component. Defaults to the id of the component. An org.apache.tapestry5.corelib.components.ActionLink triggers an "action" event on itself, and EventLink component triggers any arbitrary event on its container. | |
| object | Object | NOT Allow Null | prop | The object that will be used to generate the context for the link. | |
| zone | String | NOT Allow Null | literal | Binding the zone parameter turns the link into a an Ajax control that causes the related zone to be updated. |
Informal parameters: supported