This dialog is used to insert a Struts html cancel tag into a JSP page. This tag will generate an HTML submit button input element which bypasses the Struts validation process. Cancel buttons can be detected from within an action using the isCancelled() method.
value
The constant value or data bound expression that should be evaluated as a label for the cancel button.
disabled
Determines if the cancel button is initially disabled.