This content has been marked as final.
Show 1 reply
-
1. Re: Unable to find ServletResponse Facelet viewId:
selfcare Aug 31, 2012 1:18 AM (in response to selfcare)This is a JSF based Servlet web application. Request first goes to doGet method of my Servlet. I have this code in my doGet method MyBean myBean = (MyBean) request.getSession().getAttribute("myBean"); After this PhaseListener gets called. And in PhaseListener I have the above NavigationHandler code. But, still am getting Unable to find ServletResponse Facelet viewId: . What could be the posssible cause for this error?