I do not know if I would consider this a bug. There was a related post
just yesterday. If I understood it correctly, esentially, your jsp gets
compiled as being in the org.apache.jsp package. Unless you explicitly
import your unpackaged classes, they are expected to be in the
org.apache.jsp package as well.

Drink the Kool-Aid...package your classes.

Larry

>>> [EMAIL PROTECTED] >>>
I could not compile jsp pages which handle classes found in
WEB-INF/classes directory, 'class not found'. The classes are not
packaged but when packaged, the jsp pages works fine. The thing is, it
adds org.apache.jsp package to the class name?


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

Reply via email to