Questions tagged [primefaces-extensions]

PrimeFaces Extensions is a lightweight open source component library for Java Server Faces 2.x. The project is built on top of the PrimeFaces - a rapidly evolving component suite. PrimeFaces Extensions consists of extended components missing in other JSF 2.x libraries or with improved components which already exist somewhere but don't work there smoothly.

Homepage: PrimeFaces Extensions.

Online Resource: Primefaces Extensions Showcase

281 questions
9
votes
3 answers

Tooltip for each row in data table

This questions screams to be a duplicate of JSF 2.0 + Primefaces 2.x: Tooltip for datatable row but since this old question has NO working/satisfying solution for me and there's no way (?) to get attention back to it I opened this new one. It's very…
OschtärEi
  • 2,175
  • 3
  • 18
  • 39
8
votes
1 answer

What is the use of the rowKey attribute in Primefaces' p:dataTable?

I tried to select rows in a p:dataTable, however it shows an error. After I added a value for the rowKey attribute of p:dataTable, the error rectified. I thus wonder what the actual use of the rowKey attribute is.
vijaya kumar
  • 757
  • 2
  • 11
  • 20
8
votes
3 answers

Why date is changing with same number of milliseconds on different time zones?

We know that getTime method of java.util.Date returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object. I noticed a weird situation as below; System time zone is:(UTC+02:00) Istanbul Date currentDate =…
gokhansari
  • 2,181
  • 1
  • 25
  • 31
6
votes
1 answer

Primefaces extensions DocumentViewer in hyphenated languages not working

I use pe:documentViewer for display documents and set 'locale' like pt (pt_pt, pt_br, pt-pt or pt-br) but nothing happens and the actions continues in english. why? My code is:
Marin
  • 960
  • 1
  • 9
  • 35
6
votes
3 answers

using primefaces extensions (inputNumber)

i'm new in primefaces word , and i need to use primefaces extensions (inputNumber) in the XHTML file I add the taglib : xmlns:pe="http://primefaces.org/ui/extensions" when adding the jar : primefaces-extensions-0.6.3; I have an error : La…
Ghizlane La
  • 223
  • 1
  • 2
  • 12
5
votes
2 answers

Facing Critical Performance issue in Primefaces 4 & 5

I am working on a project which deal with heavy data sets. I am using Primefaces 4 & 5, spring and hibernate. I have to to display a very huge datasets such as min 3000 rows with 100 columns with various features such as sorting, filtering,…
arvin_codeHunk
  • 2,122
  • 8
  • 29
  • 46
5
votes
1 answer

How to target entire JSF page to be blocked by p:blockUI / pe:blockUI?

The example demonstrates blocking of by .
Tiny
  • 24,933
  • 92
  • 299
  • 571
5
votes
2 answers

Error while deploy Primefaces-Extensions example, why?

Error while deploy: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException:…
meyquel
  • 1,944
  • 4
  • 21
  • 39
4
votes
2 answers

How to show absolute value in tooltip in a pe:gChart

I am using google chart to display pie chart in primefaces.PrimeFaces version is 6.1. Currently the tooltip has absolute value and percentage. i just want to display absolute value. My code is
Mani Ratna
  • 798
  • 8
  • 26
4
votes
2 answers

How to set the text color of a pe:timer?

I use the primefaces extension for the timer. I display severals timers in a data list components and those data list components are displayed in a cell of a data table. I change the color of each cell with style parameter, with value from bean…
Fred37b
  • 604
  • 8
  • 26
4
votes
0 answers

Add client behavior dynamically with var components

I'm trying to listen event from components contained in DynaForm of primefaces-extensions, so developer can do dynamically do some custom stuff. At the end I would like to be able to do this:
Rapster
  • 344
  • 1
  • 2
  • 17
4
votes
1 answer

Determine JSF Library Resource Using Javascript

I am a developer on the Primefaces Extensions project and I use a core Primefaces JS function to get a location of a resource in Javascript for the DocumentViewer and CKEditor components. The getFacesResource() function is in PrimeFaces core.js and…
Melloware
  • 7,402
  • 2
  • 26
  • 47
4
votes
1 answer

Add PrimeFaces componets in pe:dynaform from bean

I would like to add PrimeFaces components like inputText, calendar etc dynamically from bean. I have tried in several possible ways, but I couldn't add PrimeFaces components dynamically from bean. View:
asif md
  • 41
  • 3
4
votes
2 answers

Browser error: PrimeFacesExt is not defined

Im using PrimeFaces 3.5 with PrimeFaces Extensions 0.7.0 and OmniFaces version 1.4 I have a accordionPanel with a ui:fragment witch looks like that:
Gatschet
  • 1,048
  • 17
  • 36
4
votes
1 answer

Primefaces 4.0 resource compression

I have Primefaces 4.0 running on top of JBoss 7.1.1.Final. I am using google webutilities (https://code.google.com/p/webutilities/) to compress and combine my javascript and CSS files. When I run PageSpeed insights on my page all my custom css and…
drodil
  • 1,876
  • 1
  • 21
  • 33
1
2 3
18 19