Hi,

I have problems using the example tag library. The demo file
"servers/default/demo-app/taglib/servlet.jsp" works fine, but when I use
(almost) the same file:
        <%@ taglib uri="jruntags" prefix="jrun" %>
        <html><body>
        <jrun:servlet code="SnoopServlet">
        <jrun:servletparam name="foo" value="bar" />
        </jrun:servlet>
        </body></html> 
I get an error message:
 500 Internal Server Error
 /test.jsp:

 javax.servlet.ServletException: Exception thrown processing JSP page.
 javax.servlet.jsp.JspTagException
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.(Compiled Code)
        at java.lang.Exception.(Compiled Code)
        at javax.servlet.jsp.JspException.(Compiled Code)
        at javax.servlet.jsp.JspTagException.(Compiled Code)
        at allaire.taglib.ServletTag.doEndTag(Compiled Code)
        at jrun__test2ejsp9._jspService(Compiled Code)
        at allaire.jrun.jsp.HttpJSPServlet.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.runServlet(Compiled Code)
        at allaire.jrun.servlet.JRunNamedDispatcher.forward(Compiled Code)
        at allaire.jrun.jsp.JSPServlet.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.runServlet(Compiled Code)
        at allaire.jrun.servlet.JRunRequestDispatcher.forward(Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(Compiled Code)
        at allaire.jrun.servlet.JvmContext.dispatch(Compiled Code)
        at allaire.jrun.jrpp.ProxyEndpoint.run(Compiled Code)
        at allaire.jrun.ThreadPool.run(Compiled Code)
        at allaire.jrun.WorkerThread.run(Compiled Code)

The virtual mapping for both applications (default and demo in the default
server) are the same. I have got the same result with solaris8/apache and
win2k/iis.

Best regards,
-Rickard
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to