Are you using the Template library?
What version of Struts are you moving from?
That class was deprecated and removed after 1.1.

(BTW, it has been recommended to use Tiles instead of templates for about 2
years now)



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message -----
From: "e-denton Java Programmer" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 2:56 PM
Subject: Latest Struts Install Problem


> Hi,
>
> I just tried to install Struts Struts 1.2.4 and got the error below.
>
> Should I be using the binaries or library download (What's the
difference?)
> ?
>
> Thx.
>
> --------
> exception
>
> javax.servlet.ServletException:
org/apache/struts/taglib/template/InsertTag
>  org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244)
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
>
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:10
> 56)
>
>
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProces
> sor.java:388)
>
>
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:231)
>  org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
>  org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
>
> root cause
>
> java.lang.NoClassDefFoundError:
org/apache/struts/taglib/template/InsertTag
>  java.lang.Class.getDeclaredConstructors0(Native Method)
>  java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
>  java.lang.Class.getConstructor0(Class.java:1922)
>  java.lang.Class.newInstance0(Class.java:278)
>  java.lang.Class.newInstance(Class.java:261)
>
>
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.jav
> a:137)
>
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
> 07)
>  org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>  org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
>
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:10
> 56)
>
>
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProces
> sor.java:388)
>
>
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:231)
>  org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
>  org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to