submitButton
目的 Purpose
Creates a submit button using the indicated value as the caption. JavaScript event handlers can be added using the same parameter names as in HTML.使用例 Examples
<g:submitButton name="update" value="Update" />
詳細 Description
属性 Attributes
name
(required) - The name of the buttonvalue
(required) - The title of the button and name of action when not explicitly defined.