Caused by: java.lang.ClassNotFoundException: org.apache.struts.taglib.templ
843838Jan 25 2007 — edited Jan 28 2007hi,
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