GSP - submitButton
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.
本文来自博客园,作者:duchaoqun,转载请注明原文链接:https://www.cnblogs.com/duchaoqun/p/13066937.html