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

Cannot use primefaces extensions with Liferay 6.2

I'm trying to use the Primefaces-Extensions library in a Liferay JSF Portlet that is already using primefaces 4.0. When I include any pe component, e.g a , I get this error: javax.faces.view.facelets.TagException:…
yannicuLar
  • 3,083
  • 3
  • 32
  • 50
0
votes
2 answers

Javascript error when using CKEditor in JSF page

I tried to use the CKEditor in a JSF page like: The editor will appear in Internet Explorer but not in Fire Fox or Chrome FireBug shows me the following…
Soosh
  • 812
  • 1
  • 8
  • 24
0
votes
1 answer

SyntaxError: missing } using primefaces extensions inputNumber using jquery

I'm using PrimeFaces. Successfully I implemented many dialogs using PrimeFaces component InputText. For better input formatting and validation on numbers I checked out the component InputNumber of PrimeFaces Extensions. But when I'm using this…
0
votes
1 answer

Ajax not working in jsf view

In a JSF Primefaces / PrimefacesExtension app, i have some ajax misbehaviour. There is a section of the view, only shown when a condition is true:
Jordi Castilla
  • 26,609
  • 8
  • 70
  • 109
0
votes
1 answer

No enum constant org.primefaces.extensions.component.exporter.DefaultExporterFactory.ExporterType.CSV

I'm using PrimeFaces Extension to export data using its data table's rowExpansion, because native PrimeFaces doesn't support this kind of structure. I don't want to write pure iText code for the sake of practicality. HTML:
Rasshu
  • 1,764
  • 6
  • 22
  • 53
0
votes
2 answers

Primefaces tooltip for a datatable row

I need to auto display a tooltip on some rows of my datatable , without any event, i've read the that it can be done using Primefaces Extensions, but could not find an example that works. I don't know what value should take the attribute…
callafa
  • 385
  • 2
  • 6
  • 20
0
votes
1 answer

Primefaces datatable sorting a list

I have a datatable in Primefaces which has sorting feature on click of column header, when I click on sort it sorts like this example Existing output: APPLE ORANGE ZEN apple orange zen I would like…
0
votes
1 answer
0
votes
0 answers

Create a dynamic radio questionnaire in JSF

I'm working with JSF 2.2 with Primefaces 4.0 and I need to create a questionnaire with a dynamic amount of questions. This questions are radio type questions with 4 options each and I'm wondering the best (or easiest) way to do this. As far my…
0
votes
1 answer

What is the best way to display results in another page

I have a link tag, onclick of this link i want to show the results in another page Any sample code will be appreciated.
user3125890
  • 41
  • 1
  • 1
  • 4
0
votes
1 answer

primefaces extension master detail update not working along with selectDetailLevel

When I added update attribute in the commandButton within master detail component of primefaces extension the selectDetaillevel component is not excuting. When I remove the update attribute selectDetailLevel execute. Please let me know how I have…
Bikram
  • 828
  • 8
  • 21
0
votes
0 answers

Unable to crop the image in PrimeFaces using ImageCropper

In my project I have to use Image Cropper to crop an image. I tried the image cropper showcase example but when I click the crop button it throws an error .j_id_8:j_id_b: Conversion error occurred. and it doesn't call crop method. I am struck on…
Godwin Thaya
  • 35
  • 1
  • 9
0
votes
1 answer

Export to multiple sheets in Excel file

I want to export multiple data tables, each in a separate sheet, in one Excel file using primefaces 4.0 or primefaces extension exporter. Can this be done?
Ni12N
  • 123
  • 9
0
votes
0 answers

Develop half rating and quarter rating using primefaces rating?

I would like to know is possible to develop half rating and quarter rating using primefaces rating? i.e 2.5 , 2.25, 2.75 When i try with double value it throws an error. Servlet.service() for servlet Faces Servlet threw exception:…
Godwin Thaya
  • 35
  • 1
  • 9
0
votes
1 answer

Effect of activeIndex attribute when dynamic="true" in a p:tabView

Can we set activeIndex attribute in p:tabView to non zero if we set dynamic attribute to true?
Srikanth Ganji
  • 1,127
  • 1
  • 13
  • 29