#{facesContext} EL expression not resolved at runtime
问题 I am working on JSF 1.x On an example stated in JavaServer Faces in Action. My EL expression of 'Faces Context' is not executing at run time in command button on retrieving the image. My Project Structure is as follows: I have not used any Java code in this example, And it contains only one Login Page. The login.jsp is as follows: <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <f:view> <html> <head> <link rel="stylesheet"