I am not sure if this is relevant but, is session data a full name of
the package?
I would expect to see something like com.packagename.sessionData

DarekC

On Wed, 2005-03-23 at 03:20, 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.
> 
> **** snip here *****


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

Reply via email to