You are trying to request a .jsp without inicialize the faces contex, try
in web.xml
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
and set the prefix faces/[your jsp]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068401#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...