Struts error.

Hello,

When i am trying to execute a file in strusts the following error is happend.Can any body tell what is the reason for this.

I set class path like.

struts.jar file in tomcat/comman/lib

I want to know whether I want to set any other .jar file in my class path.

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: javax/servlet/jsp/tagext/TagExtraInfo

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagExtraInfo

java.lang.ClassLoader.defineClass1(Native Method)

java.lang.ClassLoader.defineClass(ClassLoader.java:620)

Thaking You

Bipin.V

Message was edited by:

bipin

[967 byte] By [bipina] at [2007-11-26 16:32:11]
# 1

Hai you also have to import these jar files so that the struts will work:

struts-bean.tld;

struts-sonfig.xml;

struts-html.tld;

struts-logic.tld;

struts-nested.tld;

struts-tiles.tld;

tiles-defs.xml;

validation.xml;

validator-rules.xml;

web.xml;

try importing all these files

bunnyprecisea at 2007-7-8 22:56:47 > top of Java-index,Java Essentials,Java Programming...