Last active
December 14, 2015 11:29
-
-
Save aruizca/5079417 to your computer and use it in GitHub Desktop.
Ajaxify select element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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