jsf 2 - Let JSF set selected items of selectManyListbox value as List or Collection instead of array -


is there way selected items selectmanylistbox list orcollection? after submit items selected come arrays.

set collectiontype attribute fqn of desired collection implementation.

e.g. if want jsf set selected items in instance of java.util.arraylist:

<h:selectmanylistbox ... collectiontype="java.util.arraylist"> 

Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -