I can get to the index.jsp page which is just a simple html page. The problem happens when I click the first link to go to a jsf page. i get the following. I could swear i have this set up correctly (but my errors are telling me differently ;) )
Thanks for any help!
Ali Gohar
Ranch Hand
Joined: Mar 18, 2004
Posts: 572
posted
0
Have you setup the web.xml correctly?
L zhong
Greenhorn
Joined: Oct 31, 2006
Posts: 4
posted
0
it looks like the objects used in the main.jsp has some issues, which caused the nullpointer exception.
Try to identity the problem: copy the index.jsp contect to main.jsp, if it works,which means the problem is the content of the main.jsp, then added the content little by little.