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

305 questions
0
votes
2 answers

PrimeFaces DataExporter to XLS for multiple tables

Am trying to Export XLS format from multiple tables. I have browsed and used some code, But its not working. Using primefaces extensions code is there but complete code is not there it seems in this link. I need solution for this. Code i have used…
Teja Maridu
  • 515
  • 1
  • 6
  • 14
0
votes
1 answer

Only values from last pe:fluidGrid iteration of p:dataList are updated in model

In my bean I have a HashMap> which i use in a to dynamicaly generate a form. First I generate the FluidGridItems and place them in the hashMap: private HashMap>…
bwright
  • 896
  • 11
  • 29
0
votes
0 answers

Using multiple FluidGrids in one form

I am working on creating a dynamic form using Primefaces 5.2, FluidGrid (PrimeFaces Extensions 3.1.0) I have my form in several sub sections so I create a private HashMap> formItems; where PDIDefinition represents…
bwright
  • 896
  • 11
  • 29
0
votes
1 answer

DynaForm Primefaces extensions gather submitted data

I am using DynaForm in Primefaces extensions. I have generated a dynamic form, but the problem is how to recover the submitted data from the controller. Here is how I am generating my form: this is the controller side model = new…
Badis
  • 27
  • 4
0
votes
0 answers

java.lang.IllegalStateException: CDATA tags may not nest error in pe:keyFilter

I'm getting error in pe:keyFilter, java.lang.IllegalStateException: CDATA tags may not nest I'm using Primefaces 5.2 and Primefaces-Extensions 3.0.0
coderxyz24
  • 11
  • 2
  • 11
0
votes
1 answer

Ajax-updated pe:documentViewer renders twice and has irresponsive buttons

I have primefaces datatable And modal in which I would like to display…
bilak
  • 4,526
  • 3
  • 35
  • 75
0
votes
1 answer

Stackoverflow Error in Basic primefaces extentions dyna form

When try with basic primefaces extension sample, while launch the page am getting below error, Environment Detail: Java 8 wildfly 8.0 Primefaces-5.2 Primefaces-extension-3.1.0 commons-lang-3.3.1 gson-2.3 mojarra-2.2.8 Error: 2015-05-25…
Jeevanantham
  • 984
  • 3
  • 19
  • 48
0
votes
1 answer

how to set url with 'send the server' button in ckeditor ? primefaces

I upload image to db in ckeditor.with below config: CKEDITOR.editorConfig = function(config) { var contextPath= $(.contextPath).html(); config.filebrowserImageBrowseUrl =contextPath+ '/ckeditor/getimage'; …
erginduran
  • 1,678
  • 5
  • 28
  • 51
0
votes
1 answer

Date Interval on pe:timeline changes with different servers even if I hardcoded them

I'm using the pe:timeline component in an app that I'm working on. One thing that I need is to preset the date interval (it should always be 6AM-10PM)... OK EXAMPLE Locally, it appears ok, but when I deploy the app on another server that has…
Theo
  • 171
  • 2
  • 5
  • 16
0
votes
1 answer

How to implement pe:timer or anything to call a method at every hour starting from some specific time?

I am using PrimeFaces 3.4 (JSF 2.0) and thinking of using PrimeFaces extensions for below requirement. What i want is: (I have prices updated hourly in my webapp)(say its 9:30) then user can see stock price till 9:00 and when it is 10:xx, user can…
Jay K
  • 23
  • 1
  • 6
0
votes
1 answer

How to integrate the primefaces-extensions CustomExporterFactory into my project with spring-security?

I'm trying to integrate the primefaces-extensions showcase into my project. That is spring security integrated with the primefaces showcase. This problem exists since adding…
0
votes
1 answer

How to prevent notificationBar being masked in a layout PrimeFaces 5.1?

Hi community I have a problem with notificationBar component is hidden due to an absolute position that will add to my menu this the right. As noticed the notificationBar, shown below the left menu layout that contains my, what happens is that I…
Hernando
  • 83
  • 4
  • 15
0
votes
1 answer

How change background color tooltip primefaces extension?

Hi community I have a problem trying to change the color of tooltip extension, it happens that I'm using PrimeFaces 5.1 and extension 3.0, using the thema of grinders pepper, but does not perform the change in white, I leave my code.
Hernando
  • 83
  • 4
  • 15
0
votes
0 answers

Cannot use documentViewer (Primefaces Extensions)

I use Primefaces 5.1, Primefaces Extensions 3.0.0 and GlassFish 4.0 in my project and have many problems with pe:documentViewer. My code is: in xhtml
Marin
  • 1,010
  • 1
  • 10
  • 37
0
votes
1 answer

p:dataTable (row selection) selection and pe:inputNumber not working

I have a which is updated from a button and is also filled. The data is displayed correctly. But the PROBLEM is that when I click/select any row, NO RESPONSE; previously while being clicked, the row was highlighted, now-> no…
SudeepShakya
  • 571
  • 3
  • 14
  • 34