(Quick Reference)

1. currencySelect

1.1. Purpose

Generates an HTML select tag with currency symbols (e.g. 'EUR', 'USD', etc.)

1.2. Examples

<g:currencySelect name="myCurrency" value="${currency}" />

1.3. Description

Attributes

  • from (optional) - The currency symbols to select from, defaults to the major ones if not specified

  • value (optional) - The currency value as the currency code. Defaults to the currency for the current Locale if not specified