PrimeFaces is a JSF component library that ships with a large set of rich components which utilizes jQuery and jQuery UI under the covers. It supports the jQuery UI ThemeRoller CSS framework. There is also a specific set of rich components for mobile devices.

learn more… | top users | synonyms

0
votes
0answers
3 views

excel is not generated primefaces + jasper + jsf

I have done following to generate XLS file with Primefaces 3.4, iText 2.1.7,poi - 3.7, jsf 2.0 and jasperreports 4.5.0. other Jar files : oradriver.jar jdt-compiler.jar commons-logging.jar ...
0
votes
0answers
4 views

JSF/Primefaces AJAX page rendered callback

My page layout (w/Primefaces) has a west, north and center layout panel which inclues all content. The center layout includes an iframe which each time a menu option is chosen (on the west panel), ...
0
votes
2answers
18 views

JSF + REST WebApp running on Apache Tomcat 7

I have a simple JSF WebApp with a backend service running on Tomcat 7.0.34 If you have a JSF ManagedBean responsible for processing the data model for rendering UI Components, how can the backend ...
0
votes
2answers
9 views

Change Update attribute dynamicaly in Primefaces

I am looking for a way to change the update attribute of a primefaces command button from the backing bean after the form submit. What i am trying to achieve is to update the component id's based on ...
0
votes
0answers
3 views

Object name in Treetable is invisible

I have a problem with the objects inside the Treetable from primefaecs. The image in below show the problem. Each row have a object type, following this schema: Project -> Task -> Activity ...
0
votes
0answers
11 views

Glassfish 4, JSF 2.2 and PrimeFaces FileUploadEvent not working together

After upgrading to GlassFish 4 and JSF 2.2 Primefaces FileUploadEvent stop working. With JSF 2.1 it was working with no problem. Everything is working fine except file uploading. Is there something ...
0
votes
0answers
8 views

Get the value from a p:SelectOneMenu

I have a problem with Primefaces 3.4.1. I need to get the selected value from a p:selectOneMenu. I have drained Google, but nothing help me. Here is my XHTML, Controller and Bean. XHTML: ...
0
votes
0answers
13 views

Why occur ViewExpiredException/IllegalArgumentException in jsf-spring webapp?

I've a webapp with frameowrks JSF (Primefaces), Spring, Spring Security, PrettyFaces and Mybatis. Webapp have a login page as index page. When webapp is deployed for first time and I try log on occur ...
0
votes
0answers
12 views

Primefaces: how to deal with treeNode root having different properties from its children?

In this showcase http://www.primefaces.org/showcase/ui/treeTableCheckbox.jsf, will it be possible to show one property, for example "Type" in the table, of the root nodes as an icon, and leave its ...
0
votes
0answers
15 views

change default format dataExporter in Primefaces

I want to use to generate a pdf dataexporter, use the method preprocessor to insert some content. By giving the type letter size page assimilates well as formats of texts. Then make a page break to ...
0
votes
0answers
19 views

Join two tables in DataTable hibernate

I have two simple tables. Table : Projet +----+----------+---------+-----------+----------+----------+ | ID | RefProjet|NomPr | NomDocs | Docs | IDChef | ...
0
votes
0answers
10 views

Cannot view the current selected row in p:datatable

I have a problem to view the current selected row in p:datatable through ajax call. <p:dataTable id="folderList" var="curF" value="#{attachmentBean.mediumTmpDirFileData}" ...
0
votes
0answers
11 views

how can i break an overflow in dataTable column to the next row?

how can i break an overflow in dataTable column (with a max-width) to the next row. Instead of setting the overflow to visible, hidden, auto etc, i simply want the text to move to the next row
0
votes
0answers
37 views

How to wrap datatable around an image

I am using PrimeFaces, JSF 2. I would like to wrap datatable with text around an image. It is usually with normal text and float attribute but my text is inside a generated datatable. Is that some how ...
0
votes
0answers
8 views

primefaces fileupload component is still clickable while modal dialog is shown

as title says when the modal dialog is shown, fileupload is still clickable however other components(inputText, selectoneMenu etc.) in my form are not clickable. Btw i use PF 3.5. Is there anyone has ...
0
votes
1answer
21 views

How to pass a parameter via `confirmDialog`?

I used to use javascript confirmation box, and would like to switch to PrimeFaces <p:confirmDialog>. This is how it works now: <p:commandLink id="deleteFGLinkId" ...
2
votes
1answer
25 views

JSF `action` not executed if javascript confirmation box used?

I am using jsf PrimeFaces (v 3.5.0) library. The following code doesn't execute delete after javascript confirmation box OK button is selected. <p:commandLink id="deletePGLinkId" ...
0
votes
0answers
13 views

Primefaces Custom AnimatedCommandButton

I am attempting to implement a custom commandbutton which contains several images which alternate in sequence, with limited success. I included a new 'iconlist' property in the PropertyKeys of my new ...
0
votes
1answer
25 views

How to align the text in the button to the center?

I struggle to this issue for a long time, and try many solutions that similar topic in the stackOverflow, but cannot resolve my problem. Here is my code: <p:commandButton id="verifyButtonId" ...
1
vote
1answer
34 views

PrimeFaces LazyDataModel the entire page is blocked after rendering dataTable

The load() method of the LazyDataModel is called, and exits with success. The dataTable is rendered, but the only problem is that the whole page is blocked, the buttons doesn't give any response, ...
0
votes
1answer
22 views

How to clear database entries on browser close in jsf?

In our application which makes use of JSF/PrimeFaces, Spring and Hibernate once a user logs in, we set a flag in the DB until the user logs out from the application or the session expires. The problem ...
0
votes
0answers
8 views

Primefaces - input Text: How to change input text

I have an input Text with a relating validator, so only whole numbers are allowed incl. "-1" (for infinity). If I have a -1 I can map this to a (userfriendly) text with <h:outputText ...
0
votes
0answers
28 views

Loading Contents from one Layout to another

I am working on JSF; I have got two layouts, top layout and center layout, in the top layout i got menu as shown as given in code, my target is when i click on the any menuitem in the top layout the ...
0
votes
0answers
26 views

Primefaces fileupload “update” does not work on IE/Liferay

I have some simple code to test this component <h:form id="fbc" enctype="multipart/form-data" > <p:fileUpload fileUploadListener="#{myBean.actionUploadFile}" mode="advance" ...
0
votes
0answers
23 views

Primefaces Autocomplete not passing & to complete method

We are using Primefaces 2.2.1. We are using autocomplete to display names from the Database. Some of the names have '&' as part of it. For Instance: Jack & Jill. When we type & in the ...
1
vote
1answer
39 views

Faces Servlet - ClassNotFound Exception

I am developing a sample application using JSF 1.2 and PrimeFaces 3.5. I have RAD in my desktop and created a new dynamic web project. I have written xhtml file with primeface editor tag. But, when I ...
0
votes
1answer
18 views

How to determine event options?

I have a simple question that lead to a larger question. I have an OverlayPanel and have to guess what the "hideEvent" option is. The documentation doesn't give out that detail. I downloaded the ...
0
votes
0answers
24 views

Jsf process attribute

I have nested components (nested dataTable/ui-repeat) and have a "god" form in my application. So far, I have been struggling to find out why sometimes, some value (from Primefaces components, ...
0
votes
0answers
14 views

Primefaces ImageCropper on image uploaded not working

i'm trying to achieve this: Inside a Primefaces Wizard: on one panel i have a fileuploader image is saved inside /var/webapp/imageUploads on local filesystem this directory is served(http), through ...
0
votes
0answers
7 views

Primefaces custom component extending Datatable

Can anyone provide me any reference of how to create custom component extending UIData or primefaces datatable class. I have tried one in which my custom component is extending DatTable .I have ...
1
vote
1answer
13 views

primefaces dialog validation without ajax

I have a primefaces dialog. The dialog has an input field and a button. The button posts the form without ajax. If there is a validation error on the input field the p:message tag in the dialog shows ...
0
votes
1answer
19 views

PrimeFaces color picker popup not showing up at the right place

I am using PrimeFaces's color picker (the popup version). However, when I click on the icon to bring up the color picker, it shows up below all my other content (below the submit button and not below ...
0
votes
1answer
31 views

delete row from database after ConfirmDialog confirmed

Okay i do some search and i try many ways that seems good to me but still dont work, i look to delete a row from table 'user' after user clicked on confirm in dialog2 so i do like this class ...
0
votes
0answers
17 views

Position cursor at the first editable column of datatable after refreshing the table

I'm using Primesfaces and having a problem with datatable. I've a button, which adds a row to the datatable. <p:commandButton icon="ui-icon-close" action="#{mytable.addRow}" ...
0
votes
1answer
14 views

How to use jsf add message when using executor service?

I want to display friendly error message in the browser when an exception happens in the thread. I have (similar to h:message) in the xhtml page. It displays the message as long it is from same ...
0
votes
2answers
42 views

read persistente bag property in xhtml (jsf)

Morning Stack members, Would you please help me with this issue ? Im trying to read a persistent set property from an object but it returns only one row and I have in database table two inserted ...
0
votes
1answer
11 views

show real value when hover part in pieChart primefaces

I want to show the value (not percent, but the real value before calculating percentage) of each part of pieChart when I hover each one here is my pieChart : <p:pieChart id="mypie" ...
0
votes
1answer
11 views

Extend of CSVExporter throws NPE

I work with Primefaces 4-SNAPSHOT and I have some DataTables with <h:graphicImage> in them which I would like to export into different documents. The fix that is desribed in p:dataExporter does ...
1
vote
0answers
20 views

Primefaces Charts don't work in IE 7/8

I got a problem that i can't put my primefaces charts working on IE 7/8. The nice part is that primefaces.org demo showcase work in all IE's, but i can't figure it out, how they do that. Someone ...
0
votes
0answers
14 views

PrimeFaces with Google App Engine table format changes on browser refresh

I am developing a GAE application. JSF component library is Primefaces. I am experiencing an issue where, when I refresh the browser the Primefaces styling toggles. Ie. First time it renders with ...
0
votes
0answers
30 views

Primefaces p:calendar, p:selectOneMenu, p:inputMask

I have a problem with Primefaces. I need to create simple CRUD operations application. When I add user - its ok (I enter name of user, choose gender, birthday and phone number). Data convert to java ...
0
votes
0answers
14 views

primefaces autocomplete validation issue

I have a problem with p:autocomplete: When the validation fails on any other field I miss the input of the autocomplete. What can I do to avoid this? I am using prime faces 3.5 with mojarra 2.1.18. ...
0
votes
1answer
23 views

Redirecting to next page using jsf

i am developing web application using jsf with primefaces, i've used one login action and 2 xhtml pages. When i logged in it calls the action class and it is not returning to the next xhtml page ...
0
votes
1answer
32 views

How can I open a Popup in JSF

I need to open a Popup window on clicking a button in a xhtml page. I have written something like that: <p:commandButton type="submit" value="Select User" ...
0
votes
0answers
41 views

Row selection with cell-editor in Primefaces DataTable makes it difficult to select a row

I'm having a Primefaces (3.5) DataTable which contains some columns with <p:cellEditor> as usual in which selection of multiple rows is enabled by selectionMode="multiple". When I click on a ...
1
vote
1answer
26 views

GET parameters not being passed to ViewScoped ManagedBean

I have a p:dataTable with p:contextMenu and some p:menuitems. One of these menu items should pass on an id to another view which is read like pointed out here. The thing is the converter throws the ...
0
votes
1answer
17 views

how to print primefaces schedule in pdf?

i have a primefaces schedule that i want to print when the user click on a button i searched but didnt found how to print it . i found also is like jQuery fullCalendar but i didnt understand how i can ...
0
votes
0answers
25 views

<p:datatable> partial process does not reflect changes immediately

I have a code like: <p:dataTable style="padding-top: 5px" var="leaveDetails" value="#{userLeaveBean.leaveDetails}" id="leaveDataTable" editable="true"> <p:column ...
0
votes
0answers
22 views

How to adjust width of datatable to its content in primefaces?

I'm using Primefaces to render a datatable and I want to adjust the width to its content. I want to have columns with different width depending on their content. Now I have: ...
0
votes
0answers
16 views

Primefaces Calendar - Changing timepicking slider to input text for time input

I am using primefaces 3.1.1. and working on a problem of replacing timepicker slider from Calendar to input text box for time input. I have undertoood that the slider comes from Jquer-UI and thus ...

1 2 3 4 5 120