Harish
Harish

Reputation: 3483

combobox in Primefaces

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

Upvotes: 3

Views: 14367

Answers (3)

Cagatay Civici
Cagatay Civici

Reputation: 6504

3.1 has editable selectOneMenu. I believe this is what you are looking for.

http://blog.primefaces.org/?p=1631

Upvotes: 3

mrembisz
mrembisz

Reputation: 12880

You mean something like this?

http://www.primefaces.org/showcase-labs/ui/autoCompleteBasic.jsf

Upvotes: 1

Matt Handy
Matt Handy

Reputation: 30025

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.

Upvotes: 2

Related Questions