Did you modify web.xml of the webapp?
Make sure you have following lines in the web.xml:
<!-- MyFaces JSF -->
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
<servlet-name>FacesServlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
<servlet-mapping>
<servlet-name>FacesServlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
Another question is: In the beginning you said "Im using beans" and at the end
you said "I am not using beans". What does that mean?
Are you using default webapp or you changed the implementation?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959568#3959568
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959568
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user