R
ros
Hello,
I am studying SAMS Teach Yourself JSP in 21 days and this book has a
chapter on Struts. The book comes with sample code and I tried running
the code on this chapter on Struts in Tomcat 5.5.16.
The application is fairly simple but I get this error when I try to
run it:
org.apache.jasper.JasperException: Failed to load or instantiate
TagExtraInfo class: org.apache.struts.taglib.bean.CookieTei
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:
510)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
375)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Can anybody please explain what this error means and how to fix it?
Thanks
Ros
I am studying SAMS Teach Yourself JSP in 21 days and this book has a
chapter on Struts. The book comes with sample code and I tried running
the code on this chapter on Struts in Tomcat 5.5.16.
The application is fairly simple but I get this error when I try to
run it:
org.apache.jasper.JasperException: Failed to load or instantiate
TagExtraInfo class: org.apache.struts.taglib.bean.CookieTei
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:
510)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
375)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Can anybody please explain what this error means and how to fix it?
Thanks
Ros