I am attempting to get
JSF running (for the first time) in
jboss and running into some problems
I am just trying to run a simple example from JSF The complete Reference (Chap 2)
So far I have the following
/JSFContext
META-INF
WEB-INF
-classes
-lib
commons jars
jstl jars
jsf-impl & jsf-core
tlds
web.xml
faces-config.xml
index.jsp
main.jsp
blah blah
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!