Grails - Japanese Tag - hiddenField

?? - hiddenField

?? Description

Creates a input of type 'hidden' (a hidden field). All the usual HTML elements apply beyond the below: 'hidden' ????????????????HTML???????????????

????? Parameters

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

? Examples

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