I had configured JSF 1.2 successfully to display English error messages that come from the server. Now I was making the transition to JSF 2.0, but the error messages seem to be back to German. Localiz
I want to know if someone of you have any idea or solution about problem concerning how to show detail or delete an object presenting in a dataTable ?
I am working on a project which has grown bigger and lots of works still remains. The thing is, the entries in my faces-config.xml has already spanned some 600 lines, and I fear it will double up in c
I\'m having issues trying to configure JSF 2. I get the following error when starting up my tomcat 7 server locally.
public class MyBean { private Integer [] myField; public Integer [] getMyField() { return myField; } public void setMyField(Integer [] myField) {
I am using icefaces in my application. There is a form in the page, which has a couple of input fields.
Probably this is a simple question, but i don\'t know its answer. I have a project, myProject. In webContent I have the files home.xhtml, leave.html and I have 2 other folders: cats and dogs. In the
In my application I use JSF. I want to redirect the user to error page when their session expires. I have
We\'re working on our first JSF project, and we have some problems. We are making the login functionality, and when we hit the login button, it throws:
Is it necessary to hardcodevalues inin faces-config.xml or is it possible to define all from-outcome values as constants in one pla开发者_StackOverflowce and then reference them from faces-config.xml