On 02.07.2004 07:01, Terry Brick wrote:
Cocoon 2.1.5 Tomcat 5.0
Weird problem. I have a small test JSP that I'm accessing using JspGenerator. It works fine if I hit it straight from the browser (with a URL that matches pipeline in my sitemap) but it fails if I call the exact same thing from my flow script using sendPage("hello.jsp").
<map:match pattern="*.jsp"> <map:generate type="jsp" src="{1}.jsp"/> <map:serialize type="html"/> </map:match>
Any ideas?
Any details? The JSP, flow, sitemap? ClassCastException should be easily found, but a test case would help massively.
Here's the Exception Stack Trace
Unfortunately it tells nothing as the ClassCastException occurs in Jasper.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
