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

java.lang.NullPointerException at org.primefaces.context.PrimeFacesContext.release(PrimeFacesContext.java:26)

I have upgraded my application from faces 2.1 to 2.2.The following error showing up when I am accessing my application in browser.Using javax.faces-2.2.4 jar, primefaces-4.0 jar and primefaces-extensions-1.2.0 jar in my application …
priya
  • 361
  • 1
  • 4
  • 18
0
votes
1 answer

Create customizable components

I am new to JSF. We are building a web application using JSF with primefaces. We have lot of places where we need to display table. The table should have paging, column resizeable, in some places we need context menu on right click, etc. I am able…
Lolly
  • 34,250
  • 42
  • 115
  • 150
0
votes
3 answers

Implementing Infinite Scrolling in JSF by Primefaces, Waypoint and Masonry

I am trying to implement infinite scrolling by using Primefaces with the assistance of jQuery Waypoint and Masonry API. Here is what I have so far:
0
votes
1 answer

Button in dialog doesn't enter in function declared in bean

The problem is that when in the dialog i click the button with value "Add" the function "Add" in the bean isn't called( i noticed it with system.out) and i don't understand why. Is that some limitation of dialog that must be close with a onComplete…
Rotom92
  • 696
  • 1
  • 7
  • 20
0
votes
1 answer

PrimeFaces Extension Javascript Error

I am using , and, when I run my project in IE8, the following error is shown. 'b.browser.safari' is null or not an object         keyfilter.js.seam?ln=primefaces-extensions&v=1.1.0, line 1 character 219. When I debug keyfilter.js…
tha gyi
  • 1
  • 2
0
votes
1 answer

Display an image in blockUI

I am working with primefaces and jsf2. I need to display an image after a clicking on commandButton and to be hidden when the action is done. Everything works fine, but image in the blockUI doesn't show up.
junior developper
  • 448
  • 2
  • 19
  • 40
0
votes
1 answer

Selenium testing number input field (primefaces and jquery)

I use primefaces in my application. There is an inputnumber widget among the extensions. http://fractalsoft.net/primeext-showcase-mojarra/views/inputNumber.jsf Under the hood it uses the autoNumeric Jquery plugin, that's why I tagged the question to…
acsadam0404
  • 2,711
  • 1
  • 26
  • 36
0
votes
0 answers

Is there a way to attach a CKFinder to the CKEditor available in PrimeFaces extension?

I don't use the editor provided by Primefaces. Instead, I'm using PrimeFaces extensions for CKEditor. There is no CKFinder to browse files in CKEditor in PrimeFaces extension. Can we attach a CKFinder to this CKEditor like the one shown here?
Tiny
  • 27,221
  • 105
  • 339
  • 599
0
votes
0 answers

Popup calender appers big primefaces 4.0

I am using PF4 and the calender appears to be big. How to overcome the problem.
BholaVishwakarma
  • 581
  • 6
  • 18
0
votes
1 answer

how to render primefaces dynaform with ui-repeat,p:datalist

I'm trying to create multiple dynaforms in my page which will repeat multiple times by clicking button. To do this i've used ui-repeat but this is not displaying any dynaform at all.As an alternative solution i have used primefaces datalist(or…
udaykiran.nalla
  • 109
  • 1
  • 15
0
votes
1 answer

Adding tooltip to submenu

I am unable to see the tooltip when using it for submenu:
angus
  • 3,210
  • 10
  • 41
  • 71
0
votes
1 answer

Adding Primefaces Extensions to Netbeans Ant Project

I have an ant project developed with Netbeans. I want to add primefaces extensions to that. I downloaded the jar file and added it as an extension, but there is an error of dependencies. Is there any way to add primefaces extensions without using…
Buddhika Ariyaratne
  • 2,339
  • 6
  • 51
  • 88
0
votes
1 answer

java primefaces datatable selection counting

I've got a primefaces datatable with some data generated, with multiple selection and pagination and i have to count all the selected rows on each page and i done this but the problem is that i have to count also the number of subpages with selected…
Gravian
  • 957
  • 2
  • 11
  • 20
0
votes
1 answer

How to access widgets from ManagedBean

Using Primefaces 3.1.1. I would like to add two date values and subtract two date values.
Namenoobie
  • 541
  • 2
  • 8
  • 15
0
votes
1 answer

Updating more than one bean on submit

Using Primefaces 3.1.1. I am trying to perform two actions on submit of 1 commandButton: The original form elements are as follows:
Namenoobie
  • 541
  • 2
  • 8
  • 15