Is it possible to instantiate ELContext without an active FacesContext?
I need to do some bean value injection / method invocation in a
Filter, but I don't want to create an entire FacesContext to do the
work. Suggestions? Am I stuck building a whole FacesContext?
Thanks,
Lincoln