Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Build
-
None
-
Operating System: other
Platform: Other
-
31829
Description
I encountered the following exception when pressing the register link. It
appeared to work (on the browser), but I got the following stack trace in my
log file:
javax.faces.FacesException: #
{loggedOff.register}:
javax.faces.el.EvaluationException: java.lang.IllegalStateException
at com.sun.faces.application.ActionListenerImpl.processAction
(ActionListenerImpl.java:78)
at org.apache.struts.faces.application.ActionListenerImpl.processAction
(ActionListenerImpl.java:131)
at javax.faces.component.UICommand.broadcast(UICommand.java:312)
at javax.faces.component.UIViewRoot.broadcastEvents
(UIViewRoot.java:267)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:307)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute
(ApplyRequestValuesPhase.java:79)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)