I am trying to learn JSF and was using JSF 2.0 along with PrimeFaces 3.0.Its cool but I was surprised to see there is no combo box.This is the drop down they have.Is there any way 开发者_运维问答I can get combo box as most of the users prefer to type something and aid them as well.I remember seeing a combobox in ExtJs now merged with Sensha.Is there a component like this in Primefaces coming or we should develop such components.
PS:The AJAX implementation is top notch,would recommend to any one looking for using JSF for development
3.1 has editable selectOneMenu. I believe this is what you are looking for.
http://blog.primefaces.org/?p=1631
Try to ask this question at the Primefaces support forum. They also have an issue tracking site with the option for new feature requests.
Or, if you are lucky, Cagatay (the Primefaces developer) visits SO from time to time and you get an answer from himself.
You mean something like this?
http://www.primefaces.org/showcase-labs/ui/autoCompleteBasic.jsf
精彩评论