When I write <h:outputText value="Login Name"/> tag in my JSP, I get the following exception message:
<h:outputText value="Login Name"/>
Cannot find FacesContext
<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%> <!DOCTYPE ...
HI, This question is from previously answered question by BalusC. The excerpt of the answer as follows:
This happens only if under the covers a forward by ...
I have a JSF application with a Servlet Filter configured for a urlPattern of /faces/*. I want to hide a JSP from faces context so that it won't go through the Servlet ...
Filter
/faces/*