localeSelect
目的 Purpose
Generates an HTML select with Locale
s as values
使用例 Examples
// create a locale select
<g:localeSelect name="myLocale" value="${locale}" />
詳細 Description
属性
Attributes
name
- The name to be used for the select boxvalue
(optional) - The selectedLocale
; defaults to the current request locale if not specified
ソース Source
{source:tag=FormTagLib.localeSelect} {source}