0
votes
0answers
7 views

How to use array of TreeNode of primeface

I want to create timeline with primefaces tree element. I have list of month names. I want put this list to every year like in picture below. I`m using jsf and ManagedBean names TreeBean. My jsf: ...
0
votes
0answers
8 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
25 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
10 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
15 views

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
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
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
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
24 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
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
18 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
2answers
43 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

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
21 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 ...
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
1answer
20 views

how to show loading dialogue while bean methode working?

i have a commandbutton that when i click i activate a methode as an action but this action take same time like 10 second. in this time i want to show a dialogue that have as msg loading and to be ...
-1
votes
0answers
25 views

Attaching a static non-displaying filter to a PrimeFaces data table? [closed]

I am working on a project that uses PrimeFaces and i am trying to attach a static non-displaying filter to a data table(by that i mean i want to filter the data by the logged in user). How can you add ...
0
votes
1answer
34 views

JSF with Primefaces Menu duplicate Id error?

I have a JSF template and several template cliets. When I add a dynamic primefaces menubar, there is an error with the message of there is a duplicate id error. I manually checked and there are no ...
0
votes
0answers
22 views

p:fileupload won't invoke listener at first browse?

I find it really weird I don't know why but when I first select an image it won't invoke the upload listener but at the second select it work perfectly. View code : <h:form ...
0
votes
2answers
16 views

Difficult to pick the Date of Birth from Primefaces Calender?

I have a JSF application where the Date of Birth is recorded from PrimeFaces Calender. When entering the Date of Birth, Navigation involves clicking the buttons 12 times a year. It is practically ...
0
votes
1answer
29 views

How to prevent showing p:dialog when no row selected in p:datatable?

I have jsf page with p:datatble and control buttons for adding/updating/deleting data from table. When user clicks on button, p:dialog is showing. Here is my users.xhtml: <h:form id="form"> ...
0
votes
2answers
47 views

JSF Primefaces set button enabled when table row is selected

I have a list of users in a table and with disabled Delete button. I need to enable the Delete button when I select the row in the table. How can I do this? <p:dataTable ...
1
vote
0answers
25 views

Custom template in the fileupload.js

I want to customize the fileupload UI component in the primefaces which inturn uses blueimp fileupload.js. I want to overwrite default primefaces template with my custom template and append the ...
1
vote
0answers
26 views

using beans in javascript in a jsf form

I have a form with different input texts, I want to validate my form in client side, so I have written a java script function and the validation of the form is based on a property in the defined ...
1
vote
0answers
59 views

JSF doesnot react on button click

i`m new in JSF. i need to realize CRUD operations in my simple project. I have a problem with Update operation. when i click at Update button at first nothing happens (method update() in bean does not ...
0
votes
0answers
83 views

jsf 2 primefaces openDialog not working?

i am trying to use the Dialog-Framework of Primefaces, but I already stuck at the setting-up: http://www.primefaces.org/showcase/ui/dialogFrameworkBasic.jsf Here an excerpt: ...
0
votes
3answers
23 views

primefaces columns disappear on a panelgrid

I dont know why but the columns I set on a panel grid get merged as if they were only one column, Here is the code <h:panelGrid id="formOcurrencia"> <p:row> ...
1
vote
0answers
30 views

Calendar in PrimeFaces, time and localization

Welcome. I wanted to add the calendar with PrimeFaces on my website. I want to use the TimePicker to also be able to set the time. So looks like my calendar: <p:calendar ...
-1
votes
1answer
20 views

Which JSF implementation to choose? [closed]

I have just started working on developement of a java web-app. I have to use JSF framework in its web tier. Googling around I do see number of implementations of JSF out there viz. Apache Myfaces, ...
0
votes
1answer
56 views

login.xhtml: The requested resource is not available

I created a Dyamic Web Project in Eclipse to try the login part of the example at http://www.simtay.com/simple-crud-web-application-with-jsf-2-1-primefaces-3-5-maven-and-jpa/ Project Facets I enabled ...
0
votes
1answer
13 views

Haw can I close notificationBar Primefaces

I'm stuck on notifatiionBar.I like to close it after he is shown.with icnon buton like this exemple primefaces-rocks.appspot.com/ui/notificationBar.jsf# <p:commandButton value="Enregistrer ...
0
votes
1answer
21 views

selectOneMenu in Primefaces looks strange

I have a problem with making selectOneMenu look normal (like normal drop-down list). My code looks like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
0
votes
0answers
38 views

Execute a Back Bean Method and get a Print in JSF + Primefaces

I am trying to develop a Billing application using JSF and PrimeFaces. The basic functionality requires to add several items to a bill and click the update button when the bill is complete. The ...
0
votes
1answer
45 views

p:InputTextArea value doesn't get the newest value

I have a strange behaviour in my app and I'm running out of options to solve it, because sometimes it works and other times it doesn't (depending on the component hierarchy). Basically, I'm using an ...
0
votes
0answers
11 views

How to render multiple PanelGrids with different text fields in PrimeFaces DataTable? [duplicate]

The following is just an example but imagine I have a list of Vehicles and that list is divided up into Cars, Trucks, etc. From my understanding you're only allowed to have one rowexpansion in a ...
1
vote
1answer
85 views
+50

How to deal with session timeouts in AJAX requests?

I am using Spring-Security and Primefaces as view. How can i redirect user to login page after session timeout? I have a Tabview and several tabs inside it. so I need to deal with session timeouts in ...
0
votes
2answers
44 views

Push messages for JSF and PrimeFaces

I'm developing an online chess board where you can play with others humans. At the moment users are notified about new moves by email. Is there any elegant way to push new moves instantly to the ...
0
votes
1answer
20 views

Why I can not making another layout unit into layout unit

this is my code but when I remove the layout inside the layout unite it works fine <p:layout style="width:850px;height:300px;" id="layout"> <p:layoutUnit position="west" resizable="true" ...
-1
votes
1answer
54 views

javax.servlet.ServletException: HV000030: No validator could be found for type: java.lang.Integer

I have to update information in my database with JSF interface. XHTML Code: <b> <h:panelGrid columns="2" style="width:100%"> <p:outputLabel value="First Name :" /> ...
1
vote
1answer
43 views

Primeface FileUpload Ajax

I have a strange problem with the fileupload update of Primefaces. I upload an image and save it in a database and this is already working. Here is my code for the fileupload. <p:fileUpload ...
0
votes
0answers
23 views

PrimeFaces loads DB list; displays list of default-constructed EJBs. Maybe Annotation?

I have a standard EJB set-up and am trying to get a PrimeFaces datatable to display a list of Users (Entity loaded from a Database). In the getUserList method of my tableBean (userTable), I have a ...
0
votes
1answer
45 views

PrimeFaces command button does not update form on submit

This is my Sample backing bean. @ManagedBean @SessionScoped public class Sample { private String dateText; public Sample(){ dateText = (new Date()).toString(); } public ...

1 2 3 4 5 62