faces-config
English error messages in JSF 2.0.3 (not validation)?
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[详细]
2023-03-10 21:59 分类:问答How to delete or show details about an Object contained in list and presented in dataTable using JSF framework?
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 ?[详细]
2023-03-09 23:28 分类:问答Can we have multiple faces-config.xml files in our JSF application?
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[详细]
2023-03-07 08:06 分类:问答Problem updating config-config.xml from 1_2 to 2
I\'m having issues trying to configure JSF 2. I get the following error when starting up my tomcat 7 server locally.[详细]
2023-02-18 11:06 分类:问答Changing beans initialized before in faces-config.xml
public class MyBean { private Integer [] myField; public Integer [] getMyField() { return myField; } public void setMyField(Integer [] myField) {[详细]
2023-02-14 18:26 分类:问答Enable JSF commandbutton only if all the other components are error free
I am using icefaces in my application. There is a form in the page, which has a couple of input fields.[详细]
2023-02-11 18:10 分类:问答Page navigation with JSF
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[详细]
2023-02-09 04:49 分类:问答Difference between redirect in jsf and sendRedirect in JSP
In my application I use JSF. I want to redirect the user to error page when their session expires. I have[详细]
2023-01-27 22:27 分类:问答Navigation case not working in JSF
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:[详细]
2023-01-27 04:50 分类:问答JSF using constants in faces-config in <navigation-case>
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[详细]
2023-01-24 15:23 分类:问答