Hi,

I encounterd the following error when trying out the Struts example using nightly build 20001119. It seems like the struts-form.tld contains a "RewriteTag" referencing a class 'org.apache.struts.taglib.form.RewriteTag' that does not exist. I managed to get the example working by removing the "RewriteTag". I should have reported this problem thru http://znutar.cortextity.com:8888 but I just couldn't access it.
 

Regards, SiowBoon

Tue Nov 21 10:11:20 GMT+08:00 2000:<I> <WebAppServletContext-strutsExample> reso
lving taglib uri '/WEB-INF/struts-form.tld' to taglib-location /WEB-INF/struts-f
orm.tld:
Tue Nov 21 10:11:22 GMT+08:00 2000:<E> <WebAppServletContext-strutsExample> Serv
let failed with Exception
weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'form': c
annot find tag class: 'org.apache.struts.taglib.form.RewriteTag'
        at weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:
138)
        at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:22
9)
        at weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib
.java:146)
        at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
        at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
        at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:37
39)
        at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
        at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
        at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
        at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
        at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
        at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
        at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
        at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
        at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
        at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242
)
        at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
        at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
        at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
java:181)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:118)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:141)
        at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:761)
        at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:708)
        at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:252)
        at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:346)
        at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)

        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
 

Reply via email to