JavaServer Faces (JSF) is a model-view-presenter framework typically used to create web applications. Version 2.x is a major step ahead compared to JSF 1.x, significantly expanding the standard set of components and component libraries. If you're using JSF 2.x, tag your questions as such so that ...
0
votes
1answer
13 views
Update chart using ajax in primafaces
I have problem with update primafaces component lineChart using ajax.
I create line and commandLink:
<p:lineChart id="LineChart" styleClass="lineChart" ...
0
votes
0answers
19 views
Web application JSF+JPA+EJB on Glassfish3.1.2 error creating stateless EJB
I keep getting an error on my project using JSF,JPA and EJB on Glassfish 3.1.2. Please note i'm learning how to integrate EJB as business layer.
Seems a common error, residing on JNDI lookup failure, ...
0
votes
0answers
23 views
Jboss as7,jsf2,cdi,springwebflow fileNotFoundException
Hello, i'm working on a web application using JSF2,primefaces 3.4.2,springwebflow 2.3.1,CDI,jpa and activiti 5.9 as a process engine (workflow) :
before integrating the workflow part(activiti and it's ...
0
votes
1answer
22 views
Migrating from Richfaces-4.1.0.Final to Richfaces-4.3.2.Final
Recently I was trying to upgrade my application from RF-4.1.0.Final to RF-4.3.2.Final.
Application Server I am using is Tomcat-7 and the project is built using Maven.
Few issues that I had faced:
...
0
votes
1answer
9k views
<h:selectOneMenu> ValueChangeListener Problem
I have two <h:selectOneMenu> tags on my form like this:
<h:outputText value="#{lbls.incomeType}:"/>
<h:selectOneMenu id="incomeType" label="#{lbls.incomeType}" ...
0
votes
1answer
19 views
richfaces with bootstrap CSS
Is it possible (and reasonable) to use JSF with richfaces and bootstrap CSS styling together in one project. so using richfaces for page rendering, UI models and ajax; leaving the styling up to ...
0
votes
2answers
30 views
JSF Primefaces row value null in Edit popup window
I am using JSF 2.0 with Primefaces 3.4.2
For some strange reason I am not able to get the value in popup dialog window when a command button of row in datatable is clicked. Not sure what am I doing ...
1
vote
3answers
83 views
How to use one transaction per request Spring + Hibernate + Spring Security + JSF
I'm working in a web app using JSF 2.1 + Hibernate 4.1.7 + Spring 3.2.1 + Spring Security + SQLServer2012.
Everything works fine i.e. CRUD operations. But some methods need to work with 2 or more ...
0
votes
1answer
27 views
getting error: Could not load JDBC driver class [org.postgresql.Driver]
I'm trying run a Junit test,have configured before only projects without maven, now i am trying to make this integration, but i stop in this following error:
java.lang.IllegalStateException: ...
0
votes
2answers
25 views
JSF how upgrade to Mojarra 2.1.21 in Netbeans7.1 (just sub jsf-api.jar and jsf-impl.jar fails)
I want to upgrade from JSF implementation Mojarra 2.1.3 in Netbeans7.1 (Glassfish 3.1.1).
You might ask first why I don't just upgrade to Netbeans7.3, and the reasons include that it it runs ...
3
votes
2answers
623 views
Securing JSF applications
I've been asked by a freelancer friend of mine to join him on a JSF 2.0 project, and I'm slowly picking up speed and putting the pieces together. Coming from a Windows Forms .NET world, I have a lot ...
1
vote
1answer
672 views
Primefaces: How to get datatable column filter component
Is there a solution to set a "DefaultValue" for the "filterBy" Component ??
I mean more precisely ... How can I set the value of the component shown in the picture ?
...
0
votes
0answers
21 views
Hibernate session not updating bean when using Lock
When i use the method lock(to turn persistent a transient instance), the method update (from Session) don't do nothing!
My code is this:
session.getTransaction().begin();
...
1
vote
2answers
501 views
Evaluating the “rendered” attribute of h:outputStylesheet inside a composite
I've got a problem, concerning the "rendered" attribute of a h:outputStylesheet inside my composite component.
<h:outputStylesheet rendered="#{cc.attrs.value == 'somevalue'}" library="css" ...
0
votes
0answers
7 views
Xerces library causing a FaceletsExcpetion on an exisiting page
I get the below error when trying to access an existing page in our application. The XHTML page itself has not been modified for a long time and it used to never throw this error before.
After some ...
1
vote
3answers
1k views
bean-validation validation.xml ignored
I am using JSR 303 Bean validation in my JSF 2.0 web application and it works fine with annotations. Now I would like to ignore annotations and configure validation rules using the validation.xml ...
0
votes
0answers
8 views
Resolve JSF navigation case in java
I know I can use the handleNavigation(FacesContext, String, String) method to tell JSF to navigate to a given outcome from within a bean. Is there any way to get the resolved navigation case URL as a ...
1
vote
1answer
38 views
Dynamic reload of items in select many component
I want to achieve sth similar to http://www.primefaces.org/showcase/ui/pprSelect.jsf but i need a collection of double-combos, so i wrapped it in ui:repeat
I need on the backend check which element ...
0
votes
0answers
7 views
JSF2 Composite component - passing MethodBinding to included component null
I have composite component (CC) that contains custom component (popup). I trying to pass to CC MethodBinding to listener method with I wish to use in my popup when close button is clicked. But when I ...
2
votes
2answers
39 views
JSF 2.0 @ManagedProperty returns null value
l've some trouble with injecting one managedbean in another by defining a managedproperty.But the property is null. can anybody tell me, why my property is null?
UserLoginBean.java
@RequestScoped
...
1
vote
0answers
125 views
Error while adding stateless jsf classes to a JSF project
Sometimes while running a JSF project on Glassfish 3.0.1, I get this error which also brings the server down. Can anybody explain how to fix this?
Actually I am trying to add Stateless JSF ...
3
votes
1answer
25 views
JSF 2 download file with cyrillic name
I have a datatable with files and button to download the selected file.
If the filename is with cyrillic symbols the browser says "Unknown file type"
Example:
i have file "асдасд.png" and i click ...
0
votes
0answers
19 views
Exception and error handling configuration through web.xml
I am using Apache MyFaces and need to handle ViewExpiredException differently than other internal server errors.But I find that if I include error-code, 500; then in ViewExpiredException error also it ...
0
votes
2answers
13 views
How can an EL-Expression be used to set emptyMessage on dataTable (PF)?
I'm trying to set the emptyMessage-Attribute of a dataTable whereas I would like to access values of a backing bean - something like (which is of course not evaluating properly):
<p:dataTable ...
0
votes
0answers
24 views
How to fetch pageNo in rich:dataTable?
I have a rich:dataTable with many values.
1.I want to fetch the page number.Suppose I have 100 entries in my dataTable,
on every page I have only 10 values That means I ahve only 10 rows per page.
Now ...
0
votes
0answers
32 views
How to stop a4j:ajax component in richfaces from reloading the complete default component?
I am developing application in richfaces 4.x . I am stuck while using the rich:select along with a4j:ajax .
Following is the code snipplet-
<rich:panel id="test" style="min-width: 604px; ...
0
votes
0answers
12 views
Get JSF full url
Sorry if it was asked before, I couldn't found.
I have the following link:
http://www.mysite.kg/news/news.xhtml?id=2
How can I get value after question mark e.g id=2 from URL?
57
votes
4answers
31k views
Migrating from JSF 1.2 to JSF 2.0
I am working with a rather large app written in JSF 1.2.
JSF 1.2 is around 6 years old now. I need to upgrade to JSF 2.0. How painful will this be? I noticed that some attributes in custom tags have ...
0
votes
1answer
24 views
jsf2 form in form with ajax
On complex data input forms it may happen that one needs to edit a form in a form. As this is not possible in JSF2, I wonder what better solution could be found for this problem. Here's an example of ...
0
votes
1answer
31 views
How can I do Spring Security authentication from within a JSF form
I created a simple JSF login page, and I'm trying to integrate it with spring security.
Here is the form element from login.xhtml
<h:form>
<h:outputLabel value="User Id:" ...
0
votes
0answers
33 views
How to get upload percentage (as an integer) of the primefaces component fileupload
I am using p:fileupload but I don't want to use its own progressbar. I want to create a label with the upload percentage as value near the upload button. Problem is I can't get any information of the ...
0
votes
1answer
25 views
Use autocomplete in masked-input primefaces
I'd like to make a masked input field with autocompletion. In my example i have a field with article numbers _.___.___. I have also a list of often used articles. The user can select existing article ...
2
votes
1answer
1k views
PrimeFaces datatable not refreshing correctly after an add operation
I have a datatable which has add edit delete and filter operations.
All the operations are working fine on the database but the datatable is not updating correctly after an add operation.
It is ...
0
votes
2answers
54 views
@EJB injection in a Custom UserdetailsService (implementing Spring Security UserDetailsService)
I'm using glassfish 3.1.2 in a JPA/EJB 3/JSF 2/Spring Security 3 in my application.
I want to write a custom UserdetailsService like this one:
import org.apache.log4j.Logger;
import ...
0
votes
1answer
58 views
Primefaces JSF java.lang.NullPointerException: Argument Error: Parameter text is null
I am using JSF 2.0 with Primefaces 3.4.2,when I run my application, I am getting the following exception
java.lang.NullPointerException: Argument Error: Parameter text is null
at ...
4
votes
1answer
190 views
JSF libraries for static content - or normal static files - performance?
We have two ways we can serve items like images, javascript, css.
A static area, say "/images/foo.png"
A JSF library, which renders something such as "/javax.faces.library/foo.png?ln=images"
The ...
1
vote
1answer
23 views
How to get the dynamic calendar value input
I wanted to write a code to get the input value of prime faces calendar input value.
<div style="padding-left: 300px;">
<p:calendar value="#{calendarBean.fromDate}" id="fromButton" ...
0
votes
0answers
8 views
what are the changes from acegijsf to springsecurity for JSF 2.0
I am changing my application in order to use spring security and removing acegijsf
I have changed as per this Spring Source Facelets Tag
and Spring security
I am using spring 3.0.5 version
I am ...
0
votes
0answers
144 views
Exporting primefaces:Tree to pdf
I have a tree structure displayed on my webpage. The nodes are dynamically created from the data retrieved from the database. I want the entire tree(exlpoded view) to be exported to a pdf file. How ...
0
votes
0answers
29 views
JSF 2 Ajax no event AjaxBehaviorEvent fired
I write my first JSF page and trying to fired ajax event but not work.
I have tried using listener on the f:ajax, on h:selectBooleanCheckbox but no listener method call.
The idea is to change the ...
0
votes
3answers
35 views
JSF2.0 primefaces
I need your help on JSF2. I made a datatable to list data items from database. I want to select an item from that list an print it on an edit dialog. The problem is that the item's data is'nt shown on ...
-1
votes
1answer
40 views
P:diallog is not synchronise with the values of My bean
I'm stuck here since yesterday
I have a page jsf into p:dialog
this is the dialog in page A
<p:commandButton value="Ajouter" rendered="#{LigneXL.resultat eq 'N existe pas'}" ...
0
votes
1answer
15 views
component with duplicate id found
I'm getting this error on simple form which has no bindings:
Caused by: java.lang.IllegalStateException: component with duplicate id "frmLogin:j_id6" found
I've enabled debug mode and can't find ...
0
votes
1answer
15 views
pe:masterDetail - MenuItem must be inside a form element (?)
I'm using a masterDetail-component to display some stuff. First I had the entire masterDetail-Component nested within a -Tag. After I noticed that I would have to use forms within the ...
0
votes
2answers
682 views
Create custom tag for validator in JSF
I have created a custom validator for my JSF project. I can use it like this:
<h:inputText id="inpUsername" value="#{testbean.value}">
<f:validator validatorId="validators.TestValidator" ...
0
votes
0answers
10 views
Ext.js function which forces JSF primefaces component to be refreshed
I have a JSF app which have a dynamic menu. Also I have some forms made with Sencha (Ext.js). So my question is: Is there a way to force a JSF component to be refreshed (like an outputpanel) from the ...
1
vote
1answer
35 views
f:setpropertyactionlistener in datatable always return me the last object
f:setpropertyactionlistener inside datatable doesn't give me the current row instead it gives me the last object always..
pls help. thanks!
code.xhtml
<p:dataTable id="datatableid" ...
0
votes
1answer
25 views
php echo equivalent in JSF
I would like to know if there is a php echo equivalent in JSF. I would like to publish html from my bean to my facelet.
This is because I want to add three different primefaces components each time ...
2
votes
1answer
33 views
wrong ids when render h:panelGroup's inside c:forEach
I have page where I render some h:panelGroup panels. Those panels are realized as plugins registered in a plugin registry on startup.
Part of the plugins api is a custom jsf component where I get the ...
2
votes
4answers
3k views
Potential Primefaces Dialog Enter Submit Bug?
I have the exact same dialog form setup as the primefaces example below. When I put my cursor in the p:inputText on the below primefaces example and hit enter the window is closed automatically. On ...







