submitButton
Purpose
Creates a submit button with the indicated value. Javascript event handlers can be added using the same parameter names as in HTML.Examples
<g:submitButton name="update" value="Update" />
Description
Attributesname
(required) - The name of the buttonvalue
(required) - The title of the button and name of action when not explicitly defined.