Skip to content

Instantly share code, notes, and snippets.

@aruizca
Last active December 14, 2015 11:29
Show Gist options
  • Save aruizca/5079417 to your computer and use it in GitHub Desktop.
Save aruizca/5079417 to your computer and use it in GitHub Desktop.
Ajaxify select element
<form ...>
...
<sf:select path="continentCode" aa-refresh-zones="countryZone, capitalZone" id="continentCode">
<sf:option value="">-- Select One --</sf:option>
<sf:options items="${countryForm.continentsSet}" itemLabel="value" itemValue="key"/>
</sf:select>
...
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment