I wo开发者_高级运维uld like to perform validation in some of my input components such as <h:inputText> using some Java bean method. Should I use <f:validator> or <f:validateBean> for
I want to use JSF2.0 in cluster environment. I\'m building a JPA2.0 + Spring 3.0 + JSF2.0 stack. I know how to replicate session scoped beans. But how to replicate view scoped beans? I plugged view sc
we want to do business rule validat开发者_如何学Pythonion outside our java code using some xml etc.we are using Spring 3.1 and JSF 2.0.i tried to search but cudn\'t found concrete on placing business
The goal is to combine a REST based web interface with JSF2 GUI interface in such a way so that the URI path\' to correspondig resourc开发者_JAVA百科e representations remain the same, i.e.:
In JSF1 you can access the bean instances of your current FacesContext by ExternalContext ec = FacesContext.getCurrentInstance().getExternalContext()
I am making web app using JSF 2.0 and Rich Faces 4.0 I want to know what should be minimum- entry in Web.xml and faces config.xml so that application will run successfully . Is order of servlet declar
What does the view scope mean? Can anyone explain about it, so that I can under开发者_C百科stand how it differs from the request scope?A @ViewScoped bean lives exactly as long as a JSF view. It usuall
I have a base class, which is normal Java class. Three subclasses extend it which are @ViewScoped beans. There\'s a facelet using a dynamic variable. I have three xhtml pages which use this facelets w
Can anyone please tell me the basic steps which are must to perform for creating new session in jsf?
As far as I know, JSF 2 requires servlet 2.5, so it doesn\'t run on JBOSS 4.05 (Tomcat 5.5). Unfortunately 开发者_开发百科I have to deploy an application who uses JSF 2.0 and Primefaces on that enviro