摘要:
I recently suffered no end of problems trying to get a JSF application to deploy correctly through Eclipse. I, of course, blamed Eclipse because lets face it it's the most flakey piece of software around. I was amazed then to discover that this was infact not the fault of Eclipse! The error mess 阅读全文
摘要:
1) IntroductionThis article will explain the sequence of activities that will take place while processing the Request in a typical Web Application. The various phases like the Restore View Phase, Apply Request Values Phase, Process Validations Phase, Update Model Values Phase, Invoke Application Pha 阅读全文
摘要:
在启动程序时得到javax.servlet.ServletException: Cannot find FacesContext,why?When I launch the application, I get the "javax.servlet.ServletException: Cannot find FacesContext". What does it mean?在一般情况下,是因为你直接调用JSF页面而不是使用Faces Servlet映射造成的.Faces Servlet mapping在web.xml文件中配置,可以被配置为 a suffix mapping 阅读全文