(Quick Reference)

1. hiddenField

1.1. Purpose

Creates an input of type 'hidden' (a hidden field). All the usual HTML elements apply.

1.2. Examples

<g:hiddenField name="myField" value="myValue" />

1.3. Description

Attributes

  • name (required) - The name of the text field

  • value (optional) - The value of the text field