Caused by: java.lang.ClassNotFoundException: org.apache.struts.taglib.templ

hi,

I was trying to create an application using struts-template. I followed the step by step process. I added the struts.jar, struts-template.tld then I created the template,container and the content but still i encountered an error with the following details.

What is the cause why I have this error?

Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot parse custom tag with short name insert.

at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.JspElement.customTagAction(JspElement.java:381)

at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.JspElement.action(JspElement.java:135)

at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.ElementCollection.action(ElementCollection.java:52)

at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.initParser(JSPParser.java:307)

at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:74)

... 18 more

Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot initialize TagBeginGenerator.

at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.init(TagBeginGenerator.java:114)

at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.JspElement.customTagAction(JspElement.java:378)

... 22 more

Caused by: java.lang.ClassNotFoundException: org.apache.struts.taglib.template.InsertTag

Found in negative cache

Please help me

Thanks,

Jen

[1570 byte] By [jen042405a] at [2007-11-26 16:12:04]
# 1
As of Struts 1.1 the template tag library is deprecated in favor of Tiles.
YoGeea at 2007-7-8 22:34:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thanks for the replyBut I have seen an application using a struts-template alone...and it is workingI'm just wondering why i still encountered those errors
jen042405a at 2007-7-8 22:34:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...