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
4
votes
4 answers

row editing is not working in datatable primefaces

During editing of datatable values, the values are not updated in the screen as well as in listener method. The listener method: public void onEdit(RowEditEvent event) throws ClassNotFoundException, SQLException { Employee e=(Employee)…
vijaya kumar
  • 757
  • 2
  • 11
  • 20
4
votes
1 answer

PrimeFaces extensions - empty value attribute

On my page, I have which refers to a not mandatory field. If I leave it empty, it sets the value to 0 even if I set emptyValue = "". What should I do or what should I use, if this component cannot offer me that functionality?
miroslav_mijajlovic
  • 1,559
  • 14
  • 31
3
votes
1 answer

Primefaces Dynaform Strange Behavior With f:validateLength

I'm currently in project to create dynamic form, using Primefaces 8.0 and Primefaces Extension 8.0. I want to make length validation in user input for phone number with minimum and maximum length using f:validateLength, but somehow the validation…
Blablabla
  • 135
  • 1
  • 1
  • 8
3
votes
1 answer

Non rendered p:dataTable ends up in pe:exporter PDF

I have 2 dataTables: // ... and //…
Bella
  • 49
  • 1
  • 7
3
votes
1 answer

PrimeFaces Extensions CKEditor: attempts to set encoding to UTF-8 unsuccessful

Why I am using this editor: In the past I used PrimeFaces p:editor which is however deprecated and lacks functions that the users desperately want. I cannot use the new PrimeFaces p:textEditor because of this: Primefaces textEditor: converting text…
3
votes
1 answer

Primefaces extension sheet component on "Enter" press move the focus to the cell in the right

The default operation of the handsontable when press intro is focus the cell on the bottom, but in primefaces extension the focus go to the right, I need go to the bottom, is there some config that I can try? I tried to modify the afterChange event…
Migue Jara
  • 67
  • 1
  • 10
3
votes
0 answers

InvalidPDFException when viewing the Chinese content PDF using Primeface DefaultStreamedContent

Using Primefaces 6.0 and JAVA 1.8 Using below code to view the PDF document using DefaultStreamedContent. Below code to get the Stream as…
sagar
  • 31
  • 2
3
votes
1 answer

How to specify column type in pe:gcharts

Simple question, but I can't come up with the answer. In plain GCharts, I have this: var data = new google.visualization.DataTable(); data.addColumn('datetime', 'Time'); data.addColumn('number', 'Value 1'); data.addColumn('number', 'Value…
EmilioSG
  • 392
  • 3
  • 5
  • 18
3
votes
1 answer

Message: Missing PDF in PrimeFaces Extnsions DocumentViewer

I have problem to display StreamedContent PDF in DocumentViewer from Primefaces Extensions (6.2.9) with PrimeFaces 6.2 and MyFaces 2.2.12. I read the same question, but it's an other situation. Message: Missing PDF in PrimeFaces Extensions…
Ndrik7
  • 101
  • 11
3
votes
1 answer

Primefaces-extensions ckeditor - missing toolbar

I am trying to use the primefaces-extensions ckEditor in my JSF application, as described here. I added the dependency to my pom.xml: org.primefaces.extensions primefaces-extensions
John
  • 735
  • 2
  • 14
  • 32
3
votes
0 answers

primefaces extension document viewer showing empty

primefaces 5.3 pe 4.0 i am using the document viewer to display a pdf using streamed content but it is showing me and empty file. opening the page and getting the streamed content
yahh
  • 1,147
  • 3
  • 14
  • 40
3
votes
0 answers

Passing an own Object as a parameter to RemoteCommand

We are trying to pass an object of our own as a parameter to Primefaces' remotecommand. We used the following example from: http://www.primefaces.org/showcase-ext/sections/remoteCommand/methodParam.jsf
Lewis
  • 225
  • 1
  • 5
  • 18
3
votes
0 answers

Primefaces extensions documentViewer not working

I'm trying to use the documentViewer component from the primefaces extensions to display a PDF file, but I only get this error: Tag Library supports namespace: http://primefaces.org /ui/extensions, but no tag was defined for…
pburgov
  • 149
  • 2
  • 14
3
votes
2 answers

Identify when the selected row in the table is already selected

I have a p:datatable in primefaces and i have different listeners for differents ways to select row event in datatable. I need identify when the selected row in the table is already selected, how can i do that? I need this because i dont wonna that…
Marin
  • 960
  • 1
  • 9
  • 35
3
votes
2 answers

pe:ckEditor doesn't work anymore after adding CombinedResourceHandler

I added OmniFaces to use the CombinedResourceHandler. But now the PrimeFaces Extensions doesn´t work anymore. Is there any workaround for this issue?
1
2
3
18 19