Thanks for your reply Shalani.
I am using MyEclipse Blue without installing any additional plugins.
1) Here are my Installation Details
*** Date:
Wednesday, September 16, 2009 8:56:26 AM PDT
** System properties:
OS=WindowsVista
OS version=6.0.0
Java version=1.6.0_13
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609
Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800
Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700
Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400
Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700
Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Genuitec\MyEclipse 7.5\myeclipse.exe
-name
Myeclipse
--launcher.library
C:\Genuitec\MyEclipse 7.5\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Genuitec\MyEclipse 7.5\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-clean
-configuration
configuration
-vm
C:\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
2) No 3rd party tools.
3) I chose the Java EE 5 Libraries, JRE 1.6.0.013, JSF 1.2, IceFaces Library v1.8.1, IceFaces Facelets Library v1.8.1. These were all picked by automatically adding the capabilities from the MyEclipse Menu Item and selecting the latest version.
4) I did NOT install a plug in. Just straightforward MyEclipse Blue.
5) I added my JSP page automatically in the Flow Designer and then double clicked on it, but I have also tried editing and saving it with both the MyEclipse JSP and JSF editors. Same result.
All of this code is auto generated with the latest version of MyEclipse and I an debugging it with the integrated version of Tomcat. The Index Page worked fine when I created the project, but I wanted to add a login page so I added a forward tag to my index.jsp page:
<body>
<jsp:forward page="/login.faces"/>
</body>
However, this can't be the problem because I get the same error even if I try to access the login.jsp page directly.
http://localhost:8080/appName/login.faces.
Barry