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
|