Top "Myfaces" questions

Apache MyFaces provides an implementation of the JSF specification ("MyFaces Core"), and a set of add-on libraries that work on any implementation of the specification.

java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener when using MyFaces with WASCE/Geronimo

I am trying to create a simple JSF web application using MyFaces v 2.1 with WebSphere Application Server Community Edition v3.0.0.1 …

java jsf myfaces geronimo websphere-ce
java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener

I get the following exception on startup of my JSF web application: SEVERE: Error configuring application listener of class org.…

jsf-2 myfaces
Difference between Mojarra and MyFaces

I am starting on JSF2.0 I used a tutorial as a reference but I have the following question: The tutorial …

jsf jsf-2 myfaces mojarra
What is viewstate in JSF, and how is it used?

In JSF, there is a viewstate associated with each page, which is passed back and forth with submits etc. I …

java jsf richfaces myfaces
CDI Injection into a FacesConverter

From just a few searches, this seems like a problem that has been around for a while. I have written …

jsf-2 cdi myfaces
Application error with MyFaces 1.2: java.lang.IllegalStateException: No Factories configured for this Application

For my app I'm using Tomcat 6.0.x and Mojarra 1.2_04 JSF implementation. It works fine, just I would like to switch …

jsf tomcat myfaces
Should PARTIAL_STATE_SAVING be set to false?

It seems that today (April 2012), both MyFaces and Mojarra's JSF 2.1 implementations have defects around partial state saving and that PARTIAL_…

jsf-2 myfaces mojarra
JSF index.xhtml and redirect to faces action

I think its a good practice to have an index page (in my case index.xhtml). I want to pass …

jsf redirect jsf-2 myfaces
JSF problem after server restart: No saved view state could be found

Continue solving this problem, I've replaced Mojarra by MyFaces and upgrade JDK and when I continue working on form after …

java jsf myfaces
JSF - How do I implement a JavaScript "Are you sure?" prompt for a <h:commandButton>

In my JSF 1.2 webapp I have a page with a <h:commandButton> that invokes an action method on …

java javascript jsf myfaces