Top "Faces-config" questions

The faces-config XML file is the standard JSF web application configuration file that contains various customization options for a JSF Web application.

What is the use of faces-config.xml in JSF 2?

After the JSF 2 big support for annotations, I'm wondering what I would use the faces-config.xml for. What is its …

jsf jsf-2 faces-config
java.util.MissingResourceException: Can't find bundle for base name resources.application, locale en

My faces-config.xml likes below. <?xml version="1.0" encoding="UTF-8"?> <faces-config xmlns="http://java.sun.com/xml/ns/…

jsf-2 resourcebundle faces-config
faces-config.xml is config file

By default when we create a web application faces-config.xml doesnt created automatically. We must create him manually and as …

jsf faces-config
Doesn't Redirect JavaFaces 2.0 Primefaces p:commandButton o p:commandLink

Im having some problems with redirections. Im using primefaces and JSF 2.1. The thing is that JSF 2.1 doesn't have navigations rules …

redirect jsf-2 primefaces faces-config
Changing faces-config.xml from 2.2 to 2.3 causes javax.el.PropertyNotFoundException: Target Unreachable, identifier 'bean' resolved to null

Have the following code snippets: Bean: import javax.faces.view.ViewScoped; import javax.inject.Named; @Named(value = "directoryBean") @ViewScoped public …

jsf cdi faces-config propertynotfoundexception jsf-2.3
Faces Navigation not really working in JSF2

I'm using JSF 2.0 this is my faces-config.xml <?xml version="1.0" encoding="UTF-8"?> <!-- This file is not …

jsf-2 navigation java-ee-6 faces-config
JSF faces config file outside WEB-INF?

When creating multiple faces config files, it is correct to have the faces-config.xml outside of WEB-INF? The JSF spec …

java jsf web-inf faces-config
EL resolver in faces-config.xml

While working on a Spring-JSF integration, I'm seeing this entry in faces-config.xml. <application> <el-resolver> org.…

spring jsf el faces-config
CommandLink navigation doesn't work in JSF

i wanted to use the navigation-rule feature of my faces-config.xml (JSF 2.0) but I have some problems with it. I …

java jsf navigation jsf-2 faces-config