(Quick Reference)

passwordField

目的
Purpose

Creates a input of type 'password' (a password field). An implicit "id" attribute is given the same value as name unless you explicitly specify one.

使用例
Examples

<g:passwordField name="myPasswordField" value="${myPassword}" />

詳細
Description

属性

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

ソース
Source

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