Hi,
I am running sample
JSF with a
1. login page asking for the user name and password.
2. after entering the user name and password, greet the user with Hello User Name..
Here are the configuration details.
1. Eclipse Helios
2.
Tomcat 6
3. JSF Version 2
The following are the list of files.
1. index.xhtml - containing the input boxes for user name and password.
2. User.java - Bean having the properties for user name and password. once after entering the user name and password at index.xhtml values need to be stored here.
3. welcome.xhtml - This will retrieve the user name from user.java and put a message..
I have attached my files here.
1.index.html
2. User.java
3. welcome.xhtml
4.web.xml
5.faces-config.xml
Here are the list of libraries I am using..
javax.faces.jar
jstl-1.2.jar
I am able to see the login page and after input the user name and password and click on login button I could see the following error.
Please help me in resolving this..
Thanks,
Suresh.