ManyMenu component - filter is not available

UI Components for JSF
Post Reply
kitkatboy
Posts: 2
Joined: 26 Aug 2014, 12:12

26 Aug 2014, 12:48

Hi all,

I have the following problem:
I use the ManyMenu component and everything works fine except that filter is not displayed on my page. I have copied the example from ShowCase (ManyMenu).

xhtml:

Code: Select all

<p:selectManyMenu id="advanced" value="#{selectManyView.selectedThemes}" filter="true"
filterMatchMode="contains" showCheckbox="true"
style="height:100px" scrollHeight="100px">
<f:selectItems value="#{selectManyView.themes}" var="theme"
itemLabel="#{theme.displayName}" itemValue="#{theme}" />
<p:column>
<h:outputText value="#{t.displayName}" />
</p:column>
</p:selectManyMenu>
I use Converter etc. - as is presented in the ShowCase.

Versions:
PrimeFaces 4.0
JSF: Sun Mojarra 2.1.21

Could ypu please help me?

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 53 guests