|
Just using Weblogic 7.0.2. I seems to get this
error from the browser :
Parsing of JSP File '/main.jsp' failed:
/main.jsp(1): Error in using tag
library uri='Web-inf/struts-template.tld' prefix='template': cannot find tag
class: 'org.apache.struts.taglib.template.InsertTag'
probably occurred due to an error in /main.jsp line 1: <%@ taglib uri="Web-inf/struts-template.tld" prefix="template" %> Sat Apr 05 19:12:02 WST 2003
I have the following decsriptor excerpt
:
<taglib> <taglib-uri>/Web-inf/struts-template.tld</taglib-uri> <taglib-location>Web-inf/struts-template.tld</taglib-location> </taglib>
I have packed the jar with the ear file in the directory /WEB-INF/struts.jar. It seems that it cannot find the jar file during runtime (am I right?). Do I have to have some paths set (when I deploy) in Weblogic ?
Thanks Glenn
|
- Re: Weblogic and Structs Glenn
- Re: Weblogic and Structs Ashwani Kalra
