You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Delamere <md...@morelogs.de> on 2002/09/16 15:19:29 UTC

Problem with import in jsp

Hi,

I´ve tried searching the web and had a look at the tutorial by sun.  For
some reason though I cannot import any of my classes.  When importing say
java.util.*, there seems to be no problem at all!

What could I be doing wrong?  Is it not enough to have the required classes
in /WEB-INF/classes?

Any help on this matter would be _very_ appreciated.

Regards,

Michael

p.s. here´s my import statement:

<%@ page import="com.test.ims.actions.TestAction" %>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Problem with import in jsp

Posted by Michael Delamere <ho...@michael-delamere.de>.
oops, sorry for posting twice!  I originally sent my mail with the wrong
address.


----- Original Message -----
From: "Michael Delamere" <md...@morelogs.de>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, September 16, 2002 3:19 PM
Subject: Problem with import in jsp


> Hi,
>
> I´ve tried searching the web and had a look at the tutorial by sun.  For
> some reason though I cannot import any of my classes.  When importing say
> java.util.*, there seems to be no problem at all!
>
> What could I be doing wrong?  Is it not enough to have the required
classes
> in /WEB-INF/classes?
>
> Any help on this matter would be _very_ appreciated.
>
> Regards,
>
> Michael
>
> p.s. here´s my import statement:
>
> <%@ page import="com.test.ims.actions.TestAction" %>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>