hiddenField
Purpose
Creates a input of type 'hidden' (a hidden field). All the usual HTML elements apply.Examples
<g:hiddenField name="myField" value="myValue" />
Description
Attributesname
(required) - The name of the text fieldvalue
(optional) - The value of the text field