Re: NPE when doing a dispatch()

2006-06-08 Thread Richard Wallace
I went ahead and checked out and installed MyFaces 1.1.3 into my local maven repo and updated my poms. I tried going back to the area that was giving me a NPE exception (where I should be getting forwarded as in my previous post) and now I get a slightly different message as below. It looks life

NPE when doing a dispatch()

2006-06-07 Thread Richard Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey everyone, I'm trying to use the ExternalContext.dispatch() method to direct a person to a page if they haven't done something they were supposed to yet. My code looks like this: if (hasTakenAssessment ()) { try {