Ken,
I just tried the following with Eclipse 2.1.2 and ME 2.7RC2 on Windows XP with JDK 1.4.2_03:
Scenario 1)
* Source folder is /WEB-INF/src (source separate from class files)
* Change project’s source directory to reflect changes
* Create new Login.jsp in webroot directory
* jsp:useBean the new class
* OK
Scenario 2)
* Source folder is /WEB-INF/classes (source mixed with class files)
* Change project’s source directory to reflect changes
* Create new Login.jsp in webroot directory
* jsp:useBean the new class
* OK
So it seems its working as it should. Was this example an accurate representation of the directory/source organization you were talking about? Did you update your project’s source directory to point to the root of your source tree? Did you also update your output directory to be /webroot/WEB-INF/classes?
How exactly is the JSP ‘using’ the class file that it cannot resolve? (maybe an example piece of code).
Best,
Riyad