You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/03 22:22:48 UTC

[Tomcat Wiki] Update of "FAQ/Class_Not_Found" by MarkPiper

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The "FAQ/Class_Not_Found" page has been changed by MarkPiper.
The comment on this change is: missing space in example import declaration.
http://wiki.apache.org/tomcat/FAQ/Class_Not_Found?action=diff&rev1=8&rev2=9

--------------------------------------------------

  
        * Your bean is packaged in a class.
        * You have fully qualified your class name (eg:{{{ com.bar.package.MyClass }}}) OR
-       * You have imported your class into your jsp (eg: {{{ <%@ pageimport="com.bar.package.MyClass"%> }}})
+       * You have imported your class into your jsp (eg: {{{ <%@ page import="com.bar.package.MyClass"%> }}})
  
  <<Anchor(Q2)>>'''Why do I get {{{ java.lang.NoClassDefFoundError: javax/servlet/Filter}}}?'''
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org