currencySelect
Purpose
Generates an HTML select tag with currency symbols (e.g. 'EUR', 'USD', etc.).Examples
<g:currencySelect name="myCurrency" value="${currency}" />
Description
Attributesfrom
(optional) - The currency symbols to select from, defaults to the major ones if not specifiedvalue
(optional) - The currency value as the currency code. Defaults to the currency for the current Locale if not specified