This tag denotes the FacesContext class which is part of the Java Server Faces (JSF) model view presenter framework.
What is FacesContext used for? And where exactly is it implemented?
jsf jsf-2 facescontextI've been struggling for the last couple of days with the login part of my web app. I've gotten to …
jsf null instance facescontextWhat is the difference between FacesContext and ExternalContext? When can I use one or other? What has the one and …
jsf-2 facescontext externalcontextI am trying to add some unit tests to a JSF application. This application didnt rely heavily on any best …
unit-testing jsf groovy mocking facescontextI don't know how to continue, but I always get the "java.lang.RuntimeException: Cannot find FacesContext" for my new …
jsp jsf tomcat runtimeexception facescontextAfter autheticating my user, I want to put a reference in the session to current logged in user. Here how …
jsf session servlet-filters facescontextI meet a strange behavior with JSF 2.4 on Mojarra. I'm using flash parameters to pass from a page to another. …
httpresponse jsf-2.2 postconstruct facescontext flash-scopeI have a problem. I need to know whether my page has global errors or not. This is because I …
java jsf facescontextmy jsp page is: Home.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> &…
jsf facescontextI'm able to pass the username from JSF to managed bean e.g. this way: <script type="text/javascript" &…
session jsf jsf-2 facescontext