The faces-config XML file is the standard JSF web application configuration file that contains various customization options for a JSF Web application. Everything from basic managed beans, navigation flows to advanced custom components that affect the inner workings of a JSF web application, like navigation handlers,el evaluators and localization configurations
Questions tagged [faces-config]
148 questions
0
votes
1 answer
how to navigate to a lot of pages in jsf
I have this problem: I have about 5 pages (could be more...) and a login page and you can always navigate to any page you want from any page you are (except login). So I did a template. I have a
in north and another…

Kaz Miller
- 949
- 3
- 22
- 40
0
votes
1 answer
faces-config with from-outcome not being string (boolean) fails with NullPointerException
I've been using JSF 2.1 with mojarra-2.1.20, and I've configured in my faces-config.xml a navigation case like this:
/loggedOut.xhtml
…

lucasvc
- 767
- 1
- 11
- 35
0
votes
1 answer
JSF 2.2: request-param in navigation-rule not found
I have a faces-config.xml that contains a lot of navigation rules but I'm not able to get a redirect-param in my page.
I've searched a lot about this issue but I couldn't find any helping response.
detail.xhtml:

user3568033
- 3
- 3
0
votes
0 answers
page redirection with oracle jdeveloper 12c
Hi i'm trying to develop my first application with j2ee using oracle jdeveloper i want to redirect a jsf page by clicking on the login button!!
this is my function in the sessionBean
public String authentification(String login, String pwd) {
…

user3419507
- 117
- 1
- 4
- 16
0
votes
2 answers
How does the Social Business Toolkit Samples application uses managed-beans.xml?
So far I have:
installed and started sbt.sample-1.0.0.20140125-1133.ear on my WebSphere Application
Server,
added an URL resource for the SBT Properties file.
The Social Business Toolkit Samples app runs fine and I'm able to connect to my IBM…

magnetronnie
- 505
- 3
- 16
0
votes
1 answer
com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/localhost/NotowaniaGieldowe/WEB-INF/faces-config.xml': null
I`ve encountered a problem with running simple application on Tomcat 7 from Netbeans 7.4 / JDK 1.7 environment.
faces-config.xml:

MKO
- 1
- 1
- 2
- 6
0
votes
2 answers
Eclipse - Unable to find Faces config editor
I am using eclipse with ADT, and installed JSF configs for new (non-android) J2EE project. I setup all the components, changed project facets (to add JSF) but I am not able to find Faces config editor for Faces-config.xml to create Managed beans…

Kesavacharan
- 318
- 3
- 14
0
votes
1 answer
Setting view scope on JSF 2.2
On JSF 2.2 we don't have the option to set the View Scope on faces-config.xml .
So how should it be done? Is the view scope missing on JSF 2.2 ?
Thank you!

Luciane
- 259
- 4
- 23
0
votes
2 answers
How to configure the faces-config.xml
I am learning JSF for the first time. I have created a small Login project with 4 files:
1.User.java
2.Login.jsp
3.Loginfailed.jsp
4.faces-config.xml
5.Sucess.jsp
I want to navigate to the page "Success.jsp" if username and password match and to…

Nick Div
- 5,338
- 12
- 65
- 127
0
votes
2 answers
Differences between adfc-config.xml and faces-config.xml?
Both files seem very similar, subsequently I'm struggling to understand their purposes.
I have seen faces-config referred to as a plain JSF controller, while adfc-config is an extended ADF controller.
Some clarification would be good, as right now…

LDM91
- 437
- 1
- 7
- 16
0
votes
1 answer
navigation rule description not functioning properly in faces-config.xml
Any reason why the displaypage.xhtml does not redirect to the frontpage.xhtml when the "GoBack" button is hit? The browser redirects from the frontpage.xhtml to the displaypage.xhtml but not the other way round.
Thanks
frontpage.xhtml

helpdesk
- 1,984
- 6
- 32
- 50
0
votes
0 answers
doesnt navigate to another page after action gets fired
I have make web project in eclpise ide with jsf pages. I have configured faces-config.xml for navigation rule. After checking inputet username and password page is still same. I am using tomcat version 7.
my faces-config.xml
…

user2784713
- 3
- 3
0
votes
1 answer
View Scope doesn't work in faces-config.xml
I am using below version of JSF and the namespace as shown in faces-config.xml
But when I try to use view scope it shows a warning saying only request,session, application and none.
Implementation-Version: 2.1.6-SNAPSHOT
Bundle-Name: Mojarra JSF…

Narayana Nagireddi
- 729
- 1
- 13
- 33
0
votes
1 answer
JSF 2 - Multi language support issue
A part of my faces-config.xml file is this:
el
en
com.application.model.resources.Labels
…

Puma
- 135
- 1
- 12
0
votes
0 answers
JSF displays code instead of translation
I'm new to JSF. Right now I am developing a JSF project. I have 2 properties files, configured correctly. (tested on previous Servlet/ JSP proj.)
The problem is when I try to get the value from the property file, I get just a code typed in my…

Nazar Sobchuk
- 297
- 1
- 7
- 17