You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andrew <as...@ezan.ac.ru> on 2001/04/06 12:40:42 UTC

Bug: Static access to not packaged class

    Hi, I think there is some bug with access to not packaged classes in tomcat4B2/B3 in B1- seems all ok.
I have some not packaged class( without package defined) under WEB-INF\classes\Locals.class, when I  try to access static members of it from .jsp
I've got compilation error- Locals class or field name is undefined...
What's the problem?

Thank you.