"Could not initialize class"?

I have a Servlet application running on Tomcat 6. I've got the

following error when I load a JSP file:

org.apache.jasper.JasperException: javax.servlet.ServletException:

java.lang.NoClassDefFoundError: Could not initialize class

org.apache.struts.taglib.bean.MessageTag

What would possibly cause this error?

Thanks!

[372 byte] By [yunga] at [2007-11-26 20:42:47]
# 1
Your missing a .jar file from the struts package.
malcolmmca at 2007-7-10 2:02:40 > top of Java-index,Java Essentials,Java Programming...
# 2
Another reason could be this:Entry in web.xml<servlet-name>Abc</servlet-name><servlet-class>com.Abc</servlet-class>Had u done this.Happy Coding...Alok
AlokSharma19a at 2007-7-10 2:02:40 > top of Java-index,Java Essentials,Java Programming...