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
1 answer

Display uploaded document in document viewer in primefaces

I am working on requirement where i need to upload a file using fileupload component in primefaces and display the same file using documentViewer component on the same page.
rocky
  • 753
  • 2
  • 10
  • 26
1
vote
1 answer

pe:sheet not triggering change for numeric values from null to 0

While using the PrimeFaces Sheet component I realized that for cells of type numeric change event is not triggered and also values are not submitted to server side when changing an empty(null) cell to the value 0. For everything else it works as it…
1
vote
1 answer

Does pe:sheet support nested headers?

I am using the PrimeFaces Extensions Sheet component in different contexts and I need different functionalities. I stumbled upon the requirement of nested headers. I see that the underlying component supports this, but I am not sure how to do it…
1
vote
0 answers

How to register custom cell renderer in pe:sheet?

I am using the sheet extension of the PrimeFaces Extensions and I would like to register custom cell renderer. According to the underlying handsontable.js component this is possible with the following code…
1
vote
1 answer

Is it possible to print QR Code generated by primefaces extensions with p:printer (or other method)

I'm unable to print a QR Code generated by pe:qrCode using p:printer tag. When I set renderMethod to img or div, it doesn't render to the screen at all. I don't see any documentation on how to use that attribute. I've seen various posts about…
user6627139
  • 406
  • 6
  • 16
1
vote
0 answers

How to fix column headers and data disappearing after updating data for Primefaces Extensions Sheet component?

I'm using primeface extensions (version 6.2) and started using the Sheet component. I upload an excel file, parse it, create objects based off this data, then add it to a list which is the object i used for the value property of the sheet.…
Allen Perry
  • 191
  • 1
  • 8
1
vote
1 answer

Can the cell type be defined independent of the column in pe:sheet?

I am prototyping with pe:sheet to represent different type of cells within a sheet. However my requirements are to have different cell types within one column. Is there a possibility to do this with pe:sheet? I have a successful prototype using what…
1
vote
1 answer

Primefaces exporting only one expandable table

I am trying to export a view to xlsx using PrimeFaces extensions. I have a main table and an expandable row with 2 tables inside. The exporter works fine for the first dataTable in the expandable row, but not for the other one. Any…
Fer Lucero
  • 13
  • 3
1
vote
1 answer

Customize pe:documentViewer Button Behavior

my problem is withe the component pe:documentViewer in PrimeFaces Extensions and precisely with the print element which you can see in the photo and what I want is to bind the print function with my code and not use the default one if there is a way…
1
vote
1 answer

Dates are incorrect with json passed like "jsonObject.toString()"

I have a graph component written in javascript using the canvas. You can update its values if you pass it a valid json array, of dates, coupled with prices of that date (stock trading candlesticks). The jsonArray I try to populate on this call…
Mike
  • 609
  • 12
  • 36
1
vote
1 answer

Primefaces extensions CK editor always rendered as textarea

I am using pe:ckEditor in one of my pages but they are always rendered as text area. My code below.
user1734698
  • 157
  • 2
  • 2
  • 17
1
vote
1 answer

Error occurs while using primefaces extension sheet:- but no tag was defined for name: sheet

I receive the below error when I try to use primefaces extension sheet. javax.portlet.faces.BridgeException: javax.faces.FacesException: /view/customer/notes.xhtml @151,47 Tag Library supports namespace:…
Naxi
  • 1,504
  • 5
  • 33
  • 72
1
vote
1 answer

PrimeFaces 4.0 premium theme compatibility

Is PrimeFaces 4.x compatible with theme Ecuador or any premium theme ? or i have to migrate my project to a specific version , please advise me before buying any theme thanks
1
vote
1 answer

Error adding CKEditor of Primefaces Extensions

I am trying to incorporate CKEditor (Primefaces Extensions) to my project to replace p:editor. The problem is that when loading the page shows the following error in the browser console: Error: [CKEDITOR.resourceManager.load] Resource name "default"…
Gerardo
  • 13
  • 4
1
vote
1 answer

pe:blockUI how to disable fade effect?

I am using the Primefaces Extensions BlockUI component for global ajax events like this:
Thomas
  • 620
  • 7
  • 19