Exception only on server side after login
Hi,
In my application, I have the following exception after the login page (only if the login is a success). But his exception is only on the server side. Nothing on the client side.
Does anyone have any clue ?
Thank you and best regards !
2006-10-25 09:56:48,962 : ApplicationContext.log : null
java.lang.NullPointerException
at com.sun.rave.web.ui.appbase.AbstractPageBean.afterPhase(AbstractPageBean.java:1 47)
at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.afterPhase(ViewHandlerImpl.ja va:441)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:235)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

