JSF <h:selectManyListBox>,
October 17, 2007 at 6:18 PM
hi , i m using <h:selectManyList> eg. <h:outputText value="Drinks"/> <h:selectManyListbox value="#{pizza.drinks}"> <f:selectItems value="#{pizza.drinksList}"/> </h:selectManyListbox> and create properties in bean String[] drinks and SelectedList[] drinksList.i converted String[] into String still i m not gettings the selected drinks in String. plz guide me
View All Comments
| View Tutorial