| Attributes |
| Name | Required | Request-time | Type | Description |
| events | no | false | java.lang.String | List of "," separated events (e.g) events="click[, keydown, ...]". |
| action | no | true | java.lang.String | Use this attribute to reference a bean method. The method is invoked when the defined key is pressed and no other component within the form doesn't capture the fired event. |
| actionListener | no | true | java.lang.String | Use this attribute to reference a bean method. The method is invoked when the defined key is pressed and no other component within the form doesn't capture the fired event. |