Isn't there thing like combobox?

UI Components for JSF
subusu
Posts: 29
Joined: 05 Mar 2011, 15:42

25 Mar 2011, 17:51

It is Japanese
I'm sorry though the word is strange

With primefaces
Combobox and h:selectOneMenu Isn't there thing?
AutoComplete is different
Thank you very much

obinna
Posts: 48
Joined: 14 Jan 2011, 12:44

25 Mar 2011, 18:36

hello subusu,
i assume u mean something like <p:selectOneMenu ../>.
well primefaces2.x does NOT have selectOneMenu component.
But primefaces3.0 has a <p:selectOneMenu ../> component, but i think that is still work in progress . you can see a working demo of this component here. http://www.primefaces.org/showcase-labs ... neMenu.jsf.
Remember this is primefaces3.0 and not 2.x.

subusu
Posts: 29
Joined: 05 Mar 2011, 15:42

27 Mar 2011, 17:44

Thank you
Is the 3.0 downloadable somewhere?

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

27 Mar 2011, 18:13

3.0 is currently in development. You can use the nightly build: http://repository.prime.com.tr/org/prim ... APSHOT.jar
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

healeyb
Posts: 365
Joined: 07 Apr 2010, 16:05

27 Mar 2011, 18:35

There's nothing to stop you using a selection of PrimeFaces components
but also using h:selectOneMenu. It works just fine.

subusu
Posts: 29
Joined: 05 Mar 2011, 15:42

28 Mar 2011, 14:47

Though it downloaded
Though the error goes out
Cannot you use it?

/sinseihin.xhtml @57,43 <p:selectOneMenu> Tag Library supports namespace: http://primefaces.prime.com.tr/ui, but no tag was defined for name: selectOneMenu

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

28 Mar 2011, 14:50

Could you verify that the 3.0 version is used?
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

subusu
Posts: 29
Joined: 05 Mar 2011, 15:42

28 Mar 2011, 16:25

I'm sorry
It was an easy failure
It was possible to do
Thank you

subusu
Posts: 29
Joined: 05 Mar 2011, 15:42

03 Apr 2011, 06:05

I'm sorry
Please teach again
In the Firefox though it moved well
In the IE, when you select the list
The box becomes small length
Though the selected thing disappears
Do it recover?

Moreover, when you select the first list
All lists are displayed in the box

<h:form>
<h:outputText value="Basic Usage: " />
<p:selectOneMenu value="#{buttonBean.text}"> //box
<f:selectItem itemLabel="Select One" itemValue="" />
<f:selectItem itemLabel="Option 1" itemValue="Option 1" />
<f:selectItem itemLabel="Option 2" itemValue="Option 2" />
<f:selectItem itemLabel="Option 3" itemValue="Option 3" />
</p:selectOneMenu>
</h:form>

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

03 Apr 2011, 11:37

Which IE are you using, I've recently tested it on IE8 and worked fine.

Having said that testing for 3.0.M1 starts tomorrow.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 43 guests