java.lang.RuntimeException Cannot find FacesContext
问题 I don\'t know how to continue, but I always get the \"java.lang.RuntimeException: Cannot find FacesContext\" for my new JSF 1.2 web application. I\'m sure it\'s just some configuration I can\'t find. The exception occurs with the first f: or h: tag. Already with the important <f:view> at the beginning. My index.jsp <%@ taglib uri=\"http://java.sun.com/jsf/html\" prefix=\"h\"%> <%@ taglib uri=\"http://java.sun.com/jsf/core\" prefix=\"f\"%> <%@page contentType=\"text/html\" pageEncoding=\"UTF-8