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
3
votes
2 answers

Primefaces extension keyfilter doesn't allow to paste values

I'm using keyfilter from Primefaces extensions library, . I use it together with regular expression which permits only numbers to be input. Everything works fine except that I can't paste a value into a field even if it fulfills…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
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?
3
votes
1 answer

Add CKEditor add-ons to

I am using PrimeFaces Extensions which is basically a server side JSF component which generates the necessary HTML/CSS/JS code output for CKEditor. It works fine, however I have a new requirement which requires me to use either the…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
3
votes
0 answers

Fitting text into the Events of Primefaces Extensions' Timeline

The problem is, that I want to fit the text into the box-event of the timeline. How can I set this?
Kage
  • 31
  • 1
3
votes
2 answers

What is Dynamic about Primefaces Extension's Dynaform

Does anyone know what exactly is Dynamic about Primefaces Extension's Dynaform.There doesn't seem to be anything dynamic about the dynamic form example. As far as I can tell this is just a form with a fixed layout and fixed input components. Not…
auser
  • 6,307
  • 13
  • 41
  • 63
2
votes
1 answer

Data Exporter for PrimeFaces Extensions Sheet

How can i export data in PrimeFaces Extensions Sheet like PrimeFaces DataTable? I tried PrimeFaces DataTable exporter like below but it doesn't support sheet table.
Samet Dağ
  • 93
  • 6
2
votes
1 answer

Setting Tooltip for Primefaces Sheet

I would like to use tooltip for sheet columns. Like
Samet Dağ
  • 93
  • 6
2
votes
1 answer

pe:codeScanner event called multiple times with multiple instances

I have two fields I want to fill using data scanned from a barcode however it seems like when I use two codescanners, the event gets called twice and both fields fill up with the same scanned data which is not what I want. Here is my code: …
GhostVenom
  • 25
  • 3
2
votes
0 answers

PrimeFaces Sheet component movable columns

I have the following issue with PrimeFaces Sheet Component. I have moveble columns and rows. To some columns i have sortBy and filterBy. So, when i move one column, which doesn't have sortBy for example, by moving it the sortBy stays on its place…
mzhack
  • 53
  • 1
  • 7
2
votes
1 answer

Primefaces Extension 11 NoClassDefFoundError EditorOptions

Runtime error when running primefaces-extension 11 component monacoEditor on JBoss EAP 7.3 Stacktrace: Caused by: javax.faces.FacesException: Cant instantiate class: org.primefaces.extensions.component.monacoeditor.MonacoEditorInline. at…
Rocco N.
  • 101
  • 1
  • 10
2
votes
1 answer

How to customize Primefaces documentViewer toolbar?

I am using primefaces documentViewer which is based on mozilla PDF.js: 2.11.338 https://www.primefaces.org/showcase-ext/views/documentViewer.jsf and I want to customize the viewer to control which buttons to appear in the toolbar like rotate & print…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
2
votes
1 answer

pe:inputPhone validatorMessage attribute is ignored

I have this code here for the PrimeFaces Extensions pe:inputPhone in my project. I want to have a custom validator message when the phone number is not valid. However the validatorMessage attribute is not working and the standard one is always…
Felix
  • 55
  • 1
  • 1
  • 5
2
votes
1 answer

Primefaces Extension 11 error [...] monacoeditor.EditorOptions not present

Serious error when running primefaces-extensions. From the message, it says that EditorOptions is not present: SEVERE: java.lang.TypeNotPresentException: Type org.primefaces.extensions.model.monacoeditor.EditorOptions not present. Log: INFORMAÇÕES:…
2
votes
1 answer

How to add pe:badge to dynamically created menu in bean using PrimeFaces

I’m rewriting static menu to dynamic, since our customer wants to dynamically change the menu on the fly. Before that I had standard structure in my xhtml. But now I have changed it to:
Kiki
  • 2,243
  • 5
  • 30
  • 43
2
votes
1 answer

Primefaces ajax listener not invoked after upgrade

After a Primefaces upgrade from 6.0 to 8.0 - and a WildFly upgrade to use JakartaEE - my ajax event listener isn't called anymore. However the onsuccess and oncomplete JS is executed. My XHTML:
j.a
  • 31
  • 5
1 2
3
20 21