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

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

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

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