| Author |
How to Create a Simple JSF Application
|
Sanjeevi Ms
Greenhorn
Joined: Dec 12, 2011
Posts: 8
|
|
Hi All !
I tried to create a sample .jsf application with reference given by roseindia.net, but unfortunately i didn't get the solution.
Showing "FacesContext not found error" in Eclipse and MyEclipse too.. Can you guys give a solution with all jar files and links too.
Thanks
Sanjeevi M
sanju.jee07@gmail.com
|
 |
Shasi Sekar
Greenhorn
Joined: Aug 22, 2008
Posts: 23
|
|
check whether you defined the faces-context.xml
if yes --> check whether the reference is made in the web.xml
and finally check how you load the index page and the servlet mapping for initialize the faces context.
Basically the faces context is not getting initialized
cheers
Shasi
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
|
Maybe this will help: JSF Hello World, Auto Complete
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
 |
|
|
subject: How to Create a Simple JSF Application
|
|
|