Top "Facescontext" questions

This tag denotes the FacesContext class which is part of the Java Server Faces (JSF) model view presenter framework.

How do I retrieve the FacesContext within a Filter

How do I retrieve the FacesContext within a Filter? I followed following article on how to retrieve the FacesContext in …

jsf servlet-filters facescontext flash-scope
FacesContext.addMessage() does not show message in p:messages

i have a managed bean with a method that add a message like this: @ManagedBean @ViewScoped public class FileMB implements …

jsf primefaces jboss facescontext
FacesContext.getCurrentInstance() returns null in Runnable class

I am trying to get the FacesContext by calling FacesContext.getCurrentInstance() in the run() method of a Runnable class, but …

jsf nullpointerexception runnable facescontext
Websphere 8.5 - JSF webapp context init error: cleanupInitMaps

I have got a JSF 2.1 web application developed with mojarra 2.1.17 distibution which run with any problems on JBoss 6.1 container: now …

jsf-2 websphere mojarra facescontext