Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

843838Jan 25 2007 — edited Jan 28 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2007
Added on Jan 25 2007
2 comments
1,098 views