G
galpix
Hi folks,
I'm using cocoon-2.1.7 with Tomcat-5.5.9 on MacOS X
I created an XSP page that uses a logicsheet I wrote to generate JSP. I
need to get this JSP executed, but so far all I've been able to do is
have the JSP code outputed in the HTML doc.
My pipeline looks like this :
<map:match pattern="*.view">
<map:generate src="{1}.xsp" type="serverpages"/>
<map:serialize/>
</map:match>
After generating from my xsp source, I have a JSP doc ... how do I get
it executed before I serialize to HTML ? There are plenty of examples
when you generate with a JSP as a source doc, but not when I end up
with JSP in the pipeline.
[I trying to use java beans from within XSP. Since there's no
equivalent to <jsp:useBean> in xsp, I wrote a logicsheet that generates
and outputs the JSP tags I need.]
many thanks,
galpi
I'm using cocoon-2.1.7 with Tomcat-5.5.9 on MacOS X
I created an XSP page that uses a logicsheet I wrote to generate JSP. I
need to get this JSP executed, but so far all I've been able to do is
have the JSP code outputed in the HTML doc.
My pipeline looks like this :
<map:match pattern="*.view">
<map:generate src="{1}.xsp" type="serverpages"/>
<map:serialize/>
</map:match>
After generating from my xsp source, I have a JSP doc ... how do I get
it executed before I serialize to HTML ? There are plenty of examples
when you generate with a JSP as a source doc, but not when I end up
with JSP in the pipeline.
[I trying to use java beans from within XSP. Since there's no
equivalent to <jsp:useBean> in xsp, I wrote a logicsheet that generates
and outputs the JSP tags I need.]
many thanks,
galpi