Configured by default not to support ajax actions.
link | The action link, that can be a navigation view or a Seam action, for instance. | ||
icon | The action icon path. Example: "/icons/contextual_menu/share.png". | ||
label | The action label. | ||
immediate | Boolean stating if the action is immediate (called during JSF "apply request value" phase instead of the "process validations" phase), useful for "cancel" buttons that should not issue a validation error for required fields. | ||
ajaxSupport | Boolean stating if the action supports ajax. Mandatory for this action to be ajaxified when caller asks for an ajax form to be used. Default value depends on the action type policy. | ||
styleClass | The action style class. | ||
onclick | Javascript code to call when clicking on the action. | ||
target | The action target, for instance "_blank". | ||
ajaxReRender | Ajax rerender ids, separated by commas, used in combination with the "ajaxSupport" property. | ||
confirm | Javascript confirmation code, called when clicking on the action. | ||
confirmMessage | Alternative to the "confirm" property, only stating the confirmation message, that can be a message to translate. | ||
confirmMessageArgs | Confirm message arguments, referenced by the confirm message translation in messages.properties files. |