1
vote
0answers
13 views

Primefaces row edit listener wont work

I use Primefaces 3.5.jar and Hibernate. I have problem with datatable row edit listener. When i debug project i can enter in onCancel method but onEdit never start. My XHTML code: <f:facet ...
0
votes
0answers
13 views

com.sun.faces.mgbean.ManagedBeanCreationException with dynamic pie chart Primefaces

Hello i use primefaces pie chart when i put values manually like that public class ChartBean implements Serializable { private PieChartModel pieModel; public ChartBean() { ...
0
votes
0answers
51 views

An error occurred performing resource injection on managed bean conference - Java EE

I am attempting to read a value of a database table and I keep getting an An error occurred performing resource injection on managed bean conference error. I'm using Glassfish, JFS & Primefaces ...
0
votes
0answers
24 views

Primeface carousel calls twice my methods

I have an XHTML page with two primefaces carousel. <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
53 views

primefaces ,eclipselink, data table after insert doesnt show the @joincolumn

Data table after i inserting and there is a blank field that doesnt show the entity since i can't post image here is the url after insert after i reload / refresh the page the empty field is back to ...
0
votes
1answer
47 views

primefaces calender: how to set dynamically mindate

I have two primefaces calender controls.I want that when I select a date from the first calender then next calender mindate should be start from 1st calender's selected date.For instance, I have ...
0
votes
1answer
49 views

Navigation Rule/Case problems

I created simple dynamic web project using Eclipse Juno, JSF and PrimeFaces (OS Debian). I deployed my application on JBoss AS 7.1 server (standalone). There are free pages: index, add and contact. My ...
0
votes
0answers
53 views

Primefaces p:schedule component not loading any data?

I'm having a problem when using the p:schedule component. Well the View containing the p:schedule is working, but all i'm getting is a blank schedule without any data from my database, here is my ...
0
votes
1answer
37 views

Navigate to requested page after login

I know this issues has been discussed so many times, however, I did not manage to get it straight. I would really appreciate if you would take a look at this. So, I have following issue: If a user ...
0
votes
1answer
56 views

custom login page with spring security and JSF Pimefaces

I want to include a custom login page with spring security and JSF Pimefaces. My custom login page is designed with Primefaces.My problem is that the login page is not displayed with primefaces ...
0
votes
1answer
58 views

How to view Office files in Primefaces?

i want to create a component to view pdf,office files and images and i was wondering if it's possible to customize primefaces media component to view images and office files, if that's not possible ...
0
votes
0answers
26 views

PimeFaces components causing errors in JSFUnit tests

i am writing JSFUnit tests for an Java ear based project. I am using cargo to deploy to an existing Jboss7.1.* Server. The tests run smoothly on some pages but then the pages that have certain ...
0
votes
1answer
42 views

Why isn't my command button working?

I'm using primefaces 3.5, Glassfish 3.1.2, and Java EE. I'm trying to create a page that creates a "question" in a table. I have a data table that contains the "answers" that are for the user to ...
-1
votes
0answers
22 views

Picklist from primefaces is empty (java side)

When I tried to get the methods on a picklist in primefaces im using this: public String obtRtitNum(){ System.out.println(NTNroTitulo + NTanyo); StringBuilder sb = new StringBuilder(); listares = ...
0
votes
0answers
36 views

How to Have Many datasources in <droppable> Primefaces?

I want to use more then one datasource in droppable but it didn't work with this syntax: <p:droppable id="droptableof" for="lesOf" tolerance="touch" datasource="orderedOf orderedOf2" scope="zone2" ...
0
votes
2answers
87 views

What is wrong with my implementation of a method to add row to a primefaces datatable?

I'm using JavaServer Faces 2.0, and Primefaces 3.5 and am running this on a Glassfish 3.1.2. I have a data table on a page that is used to allow a user to create a trivia question, set its properties, ...
0
votes
0answers
70 views

TomEE 1.5.2 / PrimeFaces 3.5 - why does the converter not work if I use JSON?

I know there's some problem with my converter, because if I replace my converter with something else it works. Basically: I have Projects like this public class Project implements Serializable{ ...
0
votes
1answer
88 views

Primefaces components doesn't work in websphere 8.5

i am using IBM RAD 8.5.1 to create a JSF 2 project and run it on websphere 8.5 i used the File > New > Web Project Wizard ,and i added the JSF & Primefaces as follows: Java Build Path > Add ...
0
votes
0answers
39 views

PrimeFaces p:orderList isn't getting processed correctly?

I have an orderList like this: <h:form id="priority_form"> <p:orderList id="priority_list" value="#{priorities.priorities}" var="priority" itemValue="#{priority}" ...
0
votes
1answer
81 views

JSF PanelGrid space between elements

I have problem with h:panelGrid control. I try to put some elements in it and make space between something like: <h:panelGrid columns="2"> <h:outputLabel value="Output1 is: "/> ...
0
votes
0answers
78 views

primefaces gmap add polyline using ajax

As a side project I'm trying to create a GPS logger. Using an arduino I create a small GPS logger which writes the longitude & latitude to an SD card which I then save to my computer. Now I ...
1
vote
1answer
207 views

Primefaces DataTable - deleting with dialog deletes wrong entry

I have a table in a form. One of the columns in the table displays a row of buttons to edit and delete the table entries. When I delete an entry callign the controller from a button's action ...
0
votes
1answer
108 views

JSF/Primefaces SelectedOneRadio: value is null

I have a Primefaces' SelectOneRadio that extend standard SelectOneRadio. My problem is that when I select the option that I want download this or not saved or is lost. I enclose the code. Why does ...
0
votes
1answer
65 views

WELD-000315 Failed to acquire conversation lock

I'm creating a JSF 2 application using PrimeFaces 3.4.2 and CDI on JBoss EAP 6. The application has a section that uses a long running conversation for 3 pages. When the user navigates to the first ...
0
votes
1answer
36 views

Datatable scrollbar doesn't show up in IE

I got a dataTable with scrollable and resizeableColumns set to true, and the scrollbar works perfectly in firefox and chrome, but in IE the scrollbar doesnt show up. Is this a bug or did I do ...
0
votes
0answers
123 views

Primefaces Accordion and TabView issue after open

I have problem with Primefaces Accordion and TabView. When i put TabView with 2 and more Tabs into Accordion panel and open my page first time, all tabs was display at once. Then when i change tab by ...
0
votes
1answer
174 views

Timeout via idlemonitor (primefaces)

I am trying to handle the session timeout via idlemonitor, a primefaces component. I am doing this because i need to let the user know that due to inactivity the session has expired. I need to ...
0
votes
3answers
166 views

selectonemenu is not updating from another selectonemenu using<p:ajax > primefaces

I am trying to update selectonemenu by selecting some value from other selectonemenu.i am using<p:ajax update=":main:deviceosName" listener="#deviceRegistration.updateOSName}" /> But the ...
0
votes
1answer
283 views

JSF + JPA (PrimeFaces Wizard component)

I'm studying/training JSP and decided to add a persistence to the PrimeFaces Wizard component (http://www.primefaces.org/showcase/ui/wizard.jsf). I got a NullPointerException when submitting the save ...
2
votes
2answers
74 views

How to fade a message out after a timeout

I have a simple login page that displays a message if the login was not successful. I would like this message to fade out after 5 seconds, but I can't get it to work. The login part (removed most of ...
0
votes
1answer
142 views

Primefaces strange error with datatable

I'm developing a page which display a datatable same as shown in primefaces showcase.But it doesn't work like that.When i run the page with one or two rows it works but when i run the page with more ...
2
votes
2answers
453 views

Primefaces chart + jqplot extender - rounded value in the y-axis

Background I have a primefaces line chart (date on x, integer >= 0 on y) extended with jqplot options: function extender() { this.cfg.axes = { xaxis : { renderer ...
0
votes
1answer
61 views

Integrating a primeface component into another [duplicate]

i am new to JSF and primefaces world, i hope you won't kill me for what might sound as a stupid question: I want to use this table http://www.primefaces.org/showcase/ui/d ... tering.jsf but i want to ...
0
votes
1answer
144 views

Unable to load the image dynamically in jsf

I am working on some project, and i need to implement the image upload and view the image functionality, but i am facing some problem here. I am unable to display the image, can you please help me. ...
0
votes
2answers
107 views

Primefaces' gmaps autoresize

I'm facing a slight problem using a gmap component: when I try to make component resizable (i.e. to set map's height and width both to 100% with help of CSS) the component shrinks and map itself ...
1
vote
0answers
261 views

Primefaces GMap infoWindow for polygon, polyline

I'm use Primefaces and trying to create infoWindow with different content for different types of overlays. Map.java public void onMarkerSelect(OverlaySelectEvent event) { if (event.getOverlay() ...
1
vote
1answer
314 views

How to trigger Bean after j_security_check complete authentication in Java

I'm quite new to java web page environment. Recently I try to develop an E-Business platform by using Java. Hence, I'm using j_security_check Form-Based as my authentication tool. It was successfully ...
0
votes
2answers
114 views

Primefaces Calendar Inline Mode Wrong Size

Primefaces Calender with inline mode shows in bugged way: Code: xHTML <p:tab title="Logs"> <p:panelGrid columns="2" cellpadding="2" styleClass="logsGrid"> <p:accordionPanel ...
0
votes
1answer
122 views

Primefaces update from inside another form

I'm not sure what's wrong with my HTML code. From what I read, it should work. I even tried using "prependId="false"" which didn't resolve the problem of not finding the UI Component. ...
2
votes
1answer
158 views

Prime Faces - remove select checkbox based on row criteria - is it possible

I have implemented org.primefaces.model.SelectableDataModel. Now when rendering my <p:dataTable> based on the SelectableDataModel I add a column with checkboxes by using: <p:column ...
0
votes
1answer
330 views

Must Primefaces Data Exporter target be an absolute id?

I am trying to use Prime Faces data exporter component: <p:dataExporter type="xls" target="table_name" fileName="summaries"/> It would seem that the target attribute needs to point to the ...
1
vote
1answer
300 views

Populating a chlid jSF selectOneMenu - implicit value validation error

As you can see in the screenshot, I am having a JSF implicit value validation error for the property "member.city". The purpose is to -through ajax - populate the city select One Menu after selecting ...
1
vote
1answer
209 views

Java EE Deploy error class object on Glassfish server 3.1.2

I get this error/warning each time I do a deploy of the application. I use netbeans 7.2.1 IDE, Glassfish server 3.1.2 and primefaces 3.3.1. The deploy is successful but I'm curious about the reason ...
0
votes
0answers
60 views

Finding which view is selected by user when using Primefaces Schedule (p:schedule)

I am using Primefaces Schedule Component, p:schedule, and I am trying to construct different events from database based on the current view (i.e. execute different logic based on whether it's month ...
0
votes
0answers
178 views

PrimeFaces 3.5 parameter.DIR dynamically

Trying to make the new RTL Support in PrimeFaces 3.5 work dynamically, I appended the following in web.xml: <context-param> <param-name>primefaces.DIR</param-name> ...
0
votes
1answer
66 views

Code commandButton dont work in datagrid but work in dataTab

Well i'm making a web, and i using primeface, but i was trying to do the example from the showcase of the datagrid with the commandButton command, but after 1 day of trying I fail, but i make the same ...
3
votes
2answers
816 views

JSF/Primefaces - ui:param in p:ajax element

I'm writing an application in Java EE 6 and using Primefaces 3.4.1 for the user interface. I have something like that. genericPage.xhtml <ui:composition template="mainApplicationTemplate.xhtml" ...
1
vote
2answers
243 views

setQueryParams; Parameter value did not match expected type

Ok, so I have the user inputing a date, which is to be queried in java using em.createQuery. As you can see from the screenshots, I have the input data going in as pattern="dd-MMM-yy (thats how ...
2
votes
1answer
96 views

How to click on an element generated by javascript with Watir?

I'm developing an jsf based application using a library called primefaces. Primefaces generates a web page containing javascript functions that are generating some buttons. Buttons are not visible in ...
3
votes
1answer
1k views

PrimeFaces - customise Date Chart

I am using PrimeFaces 3.4.1 to plot time chart (Date on x-axis, int value on y-axis). At the moment I have something like that: xhtml: <p:lineChart id="timeChart" value="#{myGraphBean.model}" ...

1 2 3 4 5