Re: selectonemenuitem problems Value is not a valid option

2006-07-10 Thread Volker Weber
Hi, the value of f:selectItems must be a array of SelectItem. you shoud have: public SelectItem[] getHosts() { ... } regards, Volker 2006/7/10, sarma [EMAIL PROTECTED]: Hi, I am working with two selectOneListBox in jsf If I selected one item in first list box the corresponding

RE: selectonemenuitem problems Value is not a valid option

2006-07-10 Thread Julian Ray
Have you tried the selectManyPicklist from the sandbox? Works like a charm! -Original Message- From: sarma [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 7:16 AM To: users@myfaces.apache.org Subject: selectonemenuitem problems Value is not a valid option Hi, I am working