I am using Eclipse 3.1 with MyEclipse 4.0 M2. I have run through the JSF Login demo, and while the webapp loads and I can view userLogin.faces, when I click on the Login button, the browser always returns to userLogin.jsp. I know that UserBean.login() is getting called, because it reaches a breakpoint I set in there.
Has anyone else had this problem?
I did notice that the jars added to the project by 4.0M2 differ from those in the JSFLoginDemo that I downloaded from MyEclipseIDE.com.