Skip to content

Instantly share code, notes, and snippets.

@esaounkine
Created April 29, 2011 08:12
Show Gist options
  • Save esaounkine/948030 to your computer and use it in GitHub Desktop.
Save esaounkine/948030 to your computer and use it in GitHub Desktop.
“javax.faces.convert.ConverterException: Unsupported Model Type” in ADF 10g for selectManyCheckbox - adf
<af:selectManyCheckbox value="#{ManagedBean.selectedItems}">
<f:selectItems value="#{ManagedBean.initialListItems}"/>
</af:selectManyCheckbox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment