Questions tagged [faces-config]

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

148 questions
0
votes
1 answer

Creating a wizard using ui:include, rich:popupPanel and navigation-rules

I am trying to build a wizard using ui:include in a RichFaces 4 popupPanel and navigation-rules in the faces-config.xml, but on completing the actions in the backing bean, the page does not navigate to the target page. I have checked to ensure that…
Joegis
  • 1
  • 2
0
votes
1 answer

JBoss is taking a long time to read faces-config on the startup

The startup of my local application (JSF 1.1 on JBoss 4.0.5 GA) is taking forever (over 9 minutes!). It stops while reading the faces-config.xml: ==> INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml (it gets stuck here) A few days…
0
votes
1 answer

Doesnt work/recognize language in faces-config.xml

The language "TR" is not worked/ does not recognized. Here is my code for faces-config.xml. tr en
Günay Gültekin
  • 4,486
  • 8
  • 33
  • 36
0
votes
1 answer

Programmatically navigate to error page in JSF 2.0

In my application I am willing to navigate to an error page whenever an exception occurred. The RuntimeException is handled and checked and is thrown again. For that I have defined a global navigation rule in Faces config:
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
0
votes
1 answer

managed-property definied in faces-config.xml resolves as null

I am developing a JSF app with Spring. Here is my faces-config.xml file. loginBean com.abc.LoginBean
user1536907
  • 21
  • 1
  • 5
0
votes
1 answer

Netbeans faces-config PROBLEMS

I have a weird problem with my faces-config.xml file - I'm using Netbeans. As soon as I make a faces-config file by choosing "New" -> "JSF Faces Configuration" the entire app fails at runtime: "The module has not been deployed." When I erase the…
0
votes
1 answer

How do you maintain your url after a function is used?

I'm having a problem with my url. First, I have to display the image and the information of the image But I need to click on a button to display my information. This is the link with the image displayed and information not being…
user1651129
  • 25
  • 2
  • 6
0
votes
0 answers

EJB is null in managed bean from additional faces-config

Can anybody tell me why when i declare a managed bean in some additional faces-config, EJB in this bean is not initialized, i.e. it's null without any errors, just null? web.xml has following lines:
mykola
  • 1,736
  • 5
  • 25
  • 37
0
votes
2 answers

i18n can not find locale properties

java.util.MissingResourceException: Can't find bundle for base name xxx.i18n.base, locale en_US I am currently implementing i18n, using Facelets. I have three .properties…
Menno
  • 12,175
  • 14
  • 56
  • 88
0
votes
1 answer

JSF 2.0 Navigation after commandButton

Hello I am building a website using JSF 2.0. I am trying to set up a commandButton so that after i press it it does some stuff with a method then navigates to a page dependent on what is returned from the method. Until now i have only been using the…
EHarpham
  • 602
  • 1
  • 17
  • 34
0
votes
1 answer

faces-config leads to exception on startup web application

I'm developing a web application at the moment. I'm using JSF 2 on a tomcat 6. Everything went great, but now I want to navigate through my pages... (I decided to do an XML-less JSF Navigation approach). For this I need to add a faces-config.xml. I…
TerenceJackson
  • 1,776
  • 15
  • 24
-1
votes
1 answer

Where can I find Java-EE configuration documentation such as faces-config?

I'm new to Java-EE and I'm practicing Flow Scope in JSF. I googled and also looked through Java-EE documentation and couldn't find any description for config tags.Where can I find documentation and description for config tags such as flow's inbound…
hamidreza75
  • 567
  • 6
  • 15
-1
votes
1 answer

faces-config.xml errors after creating a WEB Dynamic Project

I just created a Web Dynamic Project in Eclipse and got some errors in faces-config.xml. I couldn't find a solution for this. I hope someone can help- Multiple annotations found at this line: - cvc-elt.1: Cannot find the declaration of element…
Johnny2012
  • 1,512
  • 8
  • 31
  • 46
1 2 3
9
10