DataList Filter PF Mobile 5.2 (bug? 3 filters are displayed)

UI Components for JSF
Post Reply
arbenghanam
Posts: 11
Joined: 20 Aug 2014, 13:19

10 Apr 2015, 09:50

Hello everybody,

I'm using JSF 2.2, Primefaces 5.2. (Mobile)
I'm displaying filter and pagination in a datalist. Pagination works, "filter search" works but I've 3 filters on my screen. (With PF 5.2). With PF 5.1 I've one "filter search", and no pagination.

To display the filter (3 filters are displayed ...) :

Code: Select all

<p:dataList value="#{myBean.lists}" ... pt:data-filter="true" pt:data-filter-placeholder="..."> 
You can see the screen shoot :

https://drive.google.com/file/d/0By4SWg ... sxUFk/view

How to can I have one filter in my screen with PF 5.2. Idea ?

Thanks a lot.
Have a nice day.
Last edited by arbenghanam on 10 Apr 2015, 15:33, edited 3 times in total.

allart
Posts: 17
Joined: 13 Sep 2013, 10:13

10 Apr 2015, 12:10

same problem here!
I can't upgrade library.
Primefaces 5.3 RC2
Mojarra 2.2.8

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

14 Apr 2015, 08:39

Check for custom css that by accident makes things visible that should be hidden

arbenghanam
Posts: 11
Joined: 20 Aug 2014, 13:19

20 Apr 2015, 16:02

Hello,

I've removed all the custom css file, 3 filters are displaying yet.

Idea ?

Thanks a lot.

allart
Posts: 17
Joined: 13 Sep 2013, 10:13

21 Apr 2015, 16:09

Primefaces 5.3 RC2
Mojarra 2.2.8

allart
Posts: 17
Joined: 13 Sep 2013, 10:13

18 May 2015, 10:53

Someone found any workaround?

I followed this project from the begin.

1) when i used this library primefaces-mobile-0.9.4.jar

the solution was add the attribute filter

Code: Select all

<f:attribute name="filter" value="true" />
2)
after when you put all in one jar
the solution was the passthrough

Code: Select all

xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
<p:dataList var="lv"  value="#{voli.voloneReadvoloneSs}" pt:data-filter="true" pt:data-filter-placeholder="#{mex['label.filtra']}" >
and now?

filter are too much important for a mobile web app.
Primefaces 5.3 RC2
Mojarra 2.2.8

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

10 Jul 2015, 09:30


allart
Posts: 17
Joined: 13 Sep 2013, 10:13

14 Jul 2015, 09:39

thx you !!!!!!
i saw it.

:D :D :D
Primefaces 5.3 RC2
Mojarra 2.2.8

dsanchezg
Posts: 3
Joined: 15 Jul 2015, 17:24

30 Jul 2015, 19:42

hello fellas;

someone has a solution, i'm using PF mobile 5.2, and always get three filters. Thanks in advance.

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

07 Aug 2015, 14:04

Yes, see the response of July 10th

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 19 guests