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
1
vote
2 answers

Primefaces Document Viewer Exception Handling

I am using Primefaces documentViewer from primefaces-extensions 12 as follows : My…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
vote
1 answer

How to migrate Primefaces version from 6.2 to 11

Is there any guide on migrating / updating/upgrading PrimeFaces from 6.2 to the latest 11 version? Without damaging the code of course I saw the main site of PRIMEFACES, and they say that a version can be uploaded gradually. I used this site -…
1
vote
1 answer

Render custom content in sheet cell (PrimeFaces Extensions)

I have another question regardless PF Extensions. Is it possible for example in one particular column to display custom (generic) column type. For example datePicker, Textarea, DecimalNumber, just Text or DropDown Menu. So for every single row it…
mzhack
  • 53
  • 1
  • 7
1
vote
2 answers

JSF DocumentViewer fails to display PDF in @ViewScope

I am relatively new to JSF thus need some help. Problem: I have webpage that displays a PDF. Thus I created a xhtml as follow
1
vote
1 answer

How to detect when documentViewer finish loading all document pages?

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 know How to detect when documentViewer finish loading all document pages ? The requirement…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
vote
1 answer

PrimeFaces Extension - pe:sheet not Updating on Change

I am unsure how one updates a pe:sheet without directly editing a cell. Currently, when I make a modification to a cell, the data in the underlying list is not modified, and when I modify the underlying list, the front end is not updated. How should…
Gumpf
  • 197
  • 7
1
vote
1 answer

Primefaces Extensions BlockUI in Dialog

Primefaces 7.0, primefaces-extensions 7.0.2, JSF 2.1.19 Hello, I want to use pe:blockUI for p:dialog and I figured out I can not use the "normal" outside blockUI I use in the whole application, because it does not block the dialog and so the user…
Ande Hofer
  • 150
  • 2
  • 14
1
vote
0 answers

How to set PrimeFaces KeyFilter to discard 0(Zero) as the first digit

I have a PrimeFaces InputText. I Need to make it accept only numbers, that are greater than zero. I have tried this approach.
Harihara_K
  • 174
  • 16
1
vote
1 answer

PrimeFaces Extension codeScanner results in a white screen

I'm trying to replicate this example https://www.primefaces.org/showcase-ext/views/codeScanner.jsf but a white screen appears, somebody can help me?
1
vote
1 answer

Getting 404 quill.min.js.map error with Primefaces 8

I am using primefaces texteditor and primefaces-extension ckeditor both on the same page. DevTools failed to load SourceMap: Could not load content for http://localhost:8080/XX/javax.faces.resource/texteditor/quill.min.js.map: HTTP error: status…
1
vote
1 answer

PrimeFaces Extensions Gchart is not working properly

I am using PrimeFaces version 6.1 . I need to show my data in chart format. For this i implemented the GChart component as link https://www.primefaces.org/showcase-ext/sections/gchart/basic.jsf. I have added link in my form and on click of that…
Mani Ratna
  • 883
  • 1
  • 11
  • 30
1
vote
1 answer

p:media getting rendered differently across browsers

I'm on PF 6.2 and trying to use the p:media component for displaying PDFs. (I shifted from using pe:documentViewer only because it currently doesn't display digital signatures, since PDF.js doesn't support that feature in the first place). However,…
Tatha
  • 131
  • 1
  • 13
1
vote
0 answers

Problem using pe:documentViewer in a Spring Web Application

I'm trying do show a pdf in a JSF page but when the render occurs i have this problem as below. I have already tried a lot of solutions, but with no results. I'm opened to different modes to show the pdf, as the p:media (this one not worked…
vmar
  • 29
  • 3
1
vote
2 answers

How to enable browser spellcheck in pe:ckEditor

pe:ckEditor is used in my program by a user to enter new e-mail message content. Users need browser spellcheck enabled. I know that the ckEditor, on which the pe:ckEditor is based, can have this enabled by adding config.disableNativeSpellChecker =…
1
vote
1 answer

PrimeFaces Extensions CKEditor with MathJax Plugin

I am trying to use the Mathjax plugin for CKEditor to use mathematical formulas using Tex. https://ckeditor.com/cke4/addon/mathjax Doesany one knows how to solve this bug resources-ckeditor generate this link which is…