1. selectManyListBox not binding to an arraylist coderanch.com |
2. selectManyListbox value attribute coderanch.com |
3. selectManyListbox' value attribute coderanch.comOkay, 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) */ ... |