Hi all,
I'm currently upgrading my shale version from a nightly build back in
January, to version 1.0.3.
In my destory method, when I call getExternalContext() I get a NPE.
java.lang.NullPointerException
at
org.apache.shale.view.AbstractFacesBean.getExternalContext(AbstractFacesBean.java:77)
I need the externalContext to get a hold of the response so that I can
delete a cookie, if needed. I also use the session and request to log
some metrics, which also comes from the ExternalContext.
Any Ideas?
THANKS.
Jason