Skip to content

Instantly share code, notes, and snippets.

@mlist
Created March 26, 2012 10:12
Show Gist options
  • Save mlist/2204296 to your computer and use it in GitHub Desktop.
Save mlist/2204296 to your computer and use it in GitHub Desktop.
grails g:select from a map
<g:select name="selectedCellLineData" optionKey="key" optionValue="value" from="${someMap}" multiple="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment