On 05.01.2005 23:46, Stephan Coboos wrote:
<jxt:import uri="cocoon:/test.jsp"/>
The according pipline parses a JSP an returns the result as XML:
<map:match pattern="**.jsp"> <map:generate type="jsp" src="context://app/templates/{1}.jsp"/> <map:serialize type="xml"/> </map:match>
Using the protocol cocoon:/ to retrieve the JSP result causes an ClassCastException. Calling test.jsp directly (without JXTemplate) works well.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32128
Joerg
