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
0 answers

fetch Input text value using Java script from p:dialog

I am new to java script . I try to get value from p:dialog using java script but i can't get the value, I post my code below , This is use for front-end validation. help me to solve this problem. home.xhtml
Arjun
  • 25
  • 7
0
votes
1 answer

Make CodeMirror substring Bold without changing mode

I am using codemirror with primefaces extensions in XML Mode. Now, I have to change the font of substring to Bold. For example Micheal 25
**NewYork**
Here NewYork should be in…
Gans
  • 129
  • 2
  • 11
0
votes
1 answer

i can not access to my model's attributs in the dynaForm primefaces

my problem is that i can not access to my model's attributs in the dynaForm. (i'm using spring jsf primfaces). picture of my xhtml where i have the problem thank you for help. here is my code public class Colonne { private String nomColonne; …
Tyma
  • 11
  • 3
0
votes
0 answers

How to use Primefaces Extensions InputNumber with String

I am using Primefaces Extensions 3.20 with Primefaces 5.2.11 running in a Weblogic 10.3.6. I tried to use inputNumber to refer to a String property. However, when I submitted the page, I got a null String from this field. Just when the inputNumber…
Rafael Afonso
  • 595
  • 1
  • 10
  • 28
0
votes
0 answers

JSF/PrimeFaces Extensions - page forward causing issues with bootsfaces burger menu

I have a page 'report1.xhtml'and 'report2.xhtml'both of which is using the same template 'template.xhtml'. Here's 'template.xhtml':
kdm06
  • 189
  • 9
0
votes
0 answers

pe:keyfilter not working

I need regex for primefaces keyfilter to allow input between 0-100 for percentage. I tried lot of expression but none seems working. I need my inputbox not to allow typing apart from 0-100. Any suggestions
user1787828
  • 51
  • 1
  • 4
0
votes
1 answer

pe:imageRotateAndResize not working with p:graphicImage cache=false

I am using primefaces extensions to zoom and rotate images:
opfau
  • 731
  • 9
  • 37
0
votes
0 answers

JSF outputText and PrimeExtensions inputNumber

I'm using the component pe:inputNumber for my BigDecimal values, all works fine, but I coundn't find (yet) a solution to just display the data exactly as the pe:inputNumber displays without using the inputNumber component with the readonly... I…
Tacca
  • 149
  • 14
0
votes
0 answers

pe:documentViewer not working if name attribute is used

I use primefaces extensions documentViewer to display pdfs: This works so far until I give the attribute name a value like in the…
opfau
  • 731
  • 9
  • 37
0
votes
1 answer

java.lang.IllegalArgumentException: No enum constant org.primefaces.extensions.component.exporter.ExporterFactory.ExporterType.XLSX

I'm using PrimeFaces Extension to export data using its data table's Columngroup and inside row structure
vinod
  • 1,178
  • 4
  • 16
  • 42
0
votes
1 answer

How to display a pe:timeline in a vertical position

http://www.primefaces.org/showcase-ext/sections/timeline/editClient.jsf Please refer the link. In the link timeline is displayed in a horizontal way. Is there any possibility to display it vertically?
adom
  • 11
  • 2
0
votes
1 answer

How to set max width of tooltip in primefaces?

How to set max width of tooltip in primefaces?
fdurmus77
  • 516
  • 7
  • 21
0
votes
1 answer

Dot(.) not working on PrimeFaces Extensions inputNumber

I'm using PrimeFaces Extensions component InputNumber When using the numeric keypad to type it is working…
DHansen
  • 225
  • 3
  • 13
0
votes
0 answers

Proper usage of PFE fullscreen addon

I'm using pe:codeMirror component on my page to color some sql code. I would also like to include fullscreen addon on my page. I already included fullscreen.js on my page (using h:outputScript) but there is a defineOption function called, which is…
peterremec
  • 488
  • 1
  • 15
  • 46
0
votes
0 answers

Tab view not working after updating PrimeFaces5.1 to PrimeFaces 5.2

I am working on a web application which is developed on JSF 2.2 and primefaces 5.1, now I have updated it to PrimeFaces 5.2 and primefaces-extensions 3.2.0. While testing, I found that tab View is not working properly. when I am clicking on other…
p27
  • 2,217
  • 1
  • 27
  • 55