selectManyListBox « Data « JSF Q&A





2. selectManyListbox value attribute    coderanch.com

3. selectManyListbox' value attribute    coderanch.com

Okay, I knew I was somewhat confused on this point and I saw elsewhere, as I say, examples only using String[], which made sense to me. What I'm really supposed to pass is a SelectItem[] that would appear thus (I'm an old C programmer, so humor and correct me please): class SelectItem /* is (among whatever else it might be) */ ...