Hi Guys,
I am trying to follow a beginner tutorial on
JSF.
JSF KickStart: A Simple JavaServer Faces Application A very basic, short application.
As usual, it doesn't work.
I am on jboss-4.0.5.GA
Should I copy & paste the code here? It's all in the link above.
I have searched the web (including this forum) high and low. But it still does not work.
Here is what I have found this far:
It looks like the tutorial above uses its own JSF implementation which is comprised of the jars in the jsfks\WebContent\WEB-INF\lib directory.
Also,
JBoss comes with its own JSF implementation.
So if I follow the tutorial, these two implementations collide. It seems like this is the reason why when I would go to
http://localhost:8080/qqq I got this error:
Ok. So many places on the web say that I should remove the jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs
So I did it (snd restarted JBoss)! Now, when I go to:
http://localhost:8080/qqq I get this error:
Also, the server gives me warnings:
What do I do next? Any idea? I am pretty much stuck!
I appreciate your help.
----------------------------------------------
One more comment for those of you who read this
thread. As I said, I tried to folllow threads on this forum that deal with the same issue. None of them seems to work for me.
Take a look at this thread:
https://coderanch.com/t/212906/JSF/java/no-faces-context The only new thing that someone has suggested there, was to make sure that *.jsf pages are sent to the Faces
Servlet. Well this is already the way it is. So what else could be wrong? This thread has ended without clear solution.
[ June 05, 2007: Message edited by: Joseph Sweet ]