(Quick Reference)

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

属性

Attributes
  • name (required) - The name of the text field
  • value (optional) - The value of the text field

ソース
Source

{source:tag=FormTagLib.hiddenField} {source}