Hi All, Here is a small JSP problem which I am facing in one of my applications:
I have something like "<%@ page import="com.ideas.eyield.*" %>" in one JSP file While rendering this file I get the following error (from Tomcat webserver) : "Package com.ideas.eyield not found in import." The class path is correctly set to the parent directory which contains this package and I am able to use the same statement from a .Java file in the same directory as this JSP file . Will greatly appreciate a quick response. warm regards -- Kedar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>