I updated the Array to List. And it works.
Before I was using the 
selectItems[x] = new SelectItem(...);
Now
selectItems.add(new SelectItem(...));


-----
Lloyd Lin  http://www.lloydlin.cn/drupal http://www.lloydlin.cn/drupal 
-- 
View this message in context: 
http://www.nabble.com/Value-is-not-a-valid-option-on-a-selectOneMenu-tp5156195p24840385.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to