It must be in a package.

-Tim

Pawson, David wrote:
Tomcat 5.0.28

In my index.jsp file I have

<%@ page import="sessionData"%>
<%
        sessionData s = new sessionData();
        s.clrSession(session, "index.jsp");

%>

And I get the error, Cannot resolve symbol 'sessionData'.

It is not in a package.

What syntax must I use to locate the class please?
Or is it required to be packaged?


Regards DaveP.

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to