Hi,
I deployed my applications on TC5.5.1 and can't get any *.tag-files working
anymore.
My applications run fine on 5.0.28, tried w/ nightly build 20040908 - still
no luck.
I'm running on XP SP2, JDK1.5RC.
I have written a small testapp to reproduce the problem:
index.jsp:
=========
<%@ taglib tagdir="/WEB-INF/tags/test" prefix="test"%>
X<test:test/>X
test.tag (located in /WEB-INF/tags/test/test.tag):
========
A simple test
Error:
An error occurred at line: 3 in the jsp file: /index.jsp
Generated servlet error:
org.apache.jsp.tag.web.test.test_tag cannot be resolved or is not a type
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:382)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:280)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:259)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:247)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:544)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:302)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:246)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
I tried switching back to javac by setting the "compiler" option for Jasper
to "modern" - still the same problem.
Anyone else experiencing problems?
Yann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]