Hi All
I have tried to create a simple app in JSF. the first page is shown correctly and I followed all the proper rules for
creating a jsf app. However I am unable to go to the second page when I click on the command button. I am keeping the code
for everybody's reference..please tell me what to do as I am totally frustated by this...
I am using tomcat 5.0 and eclipse ide with no other plugins for JSF.
-----------------------------------------------------------------------
This is the first.jsp file
-----------------------------------------------------------------------
This is a simple second.jsp file
--------------------------
This is the backing bean
---------------------
THis is the faces-config.xml file
------------------------
this is the web.xml file
-------------------------------
I have all the necessary libraries in /WEB-INF/lib folders. To be more specific, I have these jar files in the lib folder
commons-beanutils,collections,digester,el,logging,jsf-api,jsf-impl,jstl,standard
The movement bean is in the /WEB-INF/src folder
Please help!!!
[ October 10, 2006: Message edited by: Bear Bibeault ]