(Quick Reference)

select

Purpose

Provide select box populated with list of all continents

Examples

// select from all continents
<country:selectContinent name="continent.id" noSelection="['':'-Choose your age-']"/>

Description

Attributes

  • locale (optional) - the locale to be used for displaying country/continent names, defaults to the locale of current request
  • see other parameters of the <g:select> tag

Source

{source:tag=CountryTagLib.selectContinent} {source}