jsf Editable Dropdown
I am trying to use Editable drop-downs in my jsf applic开发者_如何学编程ation, Is there any way to do it? thanks in advance...
In JSF doesn't exist such a component. An alternative is to use Richfaces combobox to achieve editable dropdown. http://livedemo.exadel.com/richfaces-demo/richfaces/comboBox.jsf?c=comboBox
There is an editable Dropdown (selectonemenu) Please Refer: http://www.primefaces.org/showcase/ui/selectOneMenu.jsf
精彩评论