Skip to content

Instantly share code, notes, and snippets.

@rangalo
Created December 10, 2015 08:40
Show Gist options
  • Save rangalo/342251d6884d0f756c07 to your computer and use it in GitHub Desktop.
Save rangalo/342251d6884d0f756c07 to your computer and use it in GitHub Desktop.
<ui:repeat value="#{taskMap.value}" var="task">
<f:selectItem itemLabel="#{task.textInLocale}"
itemValue="#{task.value}"></f:selectItem>
</ui:repeat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment