Hi,
I'm trying to invoke default FacesNavigation from a filter (Where I've
already instantiated a FacesContext,) but I can't seem to get it to
work unless the outcome was defined in a navigation case in
faces-config.xml.
When the navigation case is a direct navigation (/faces/demo.jsf) or a
relative navigation string (eg: demo.jsf), no navigation occurs.
I'm assuming this has to do with the fact that the view was not
restored and set into the context, but doing that manually with a
viewId of "" to prevent NullPointerException doesn't work either.
Thoughts? How can I properly build the facesContext object model to
support navigation in a filter?
Thanks,
Lincoln