--=====================_252990343==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

living in harmony.... woo hoo, hooOooOoo.

I'm wondering if you can get jsp and CFML to coexist in the same output.

I think I can do this with CFHTTP, but I'm wondering if there's a more 
elegant way.

What I mean is, can I start a CFML page, and then include a JSP page, and 
have the JSP return pre-processed by the JSP server?

example: index.cfm
<CF_HEADER>
<CFINCLUDE TEMPLATE="someJSPPage.jsp">
<CF_FOOTER>

What about the other way around?  Can I call a JSP page, and include some 
CFML in the middle?

example: index.jsp
<%@ include file=" header.jsp"%>
<%@ include file=" someCFMLpage.cfm"%>
<%@ include file=" footer.jsp"%>


thanks!


!j!

The mark of mediocrity is searching for the precedent.

!jeff! sherwood     Director of BIGWORDS.com Web Site Design / JEDI
                                               BIGWORDS.com worker#2
.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300

--=====================_252990343==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
living in harmony.... woo hoo, hooOooOoo.<br>
<br>
I'm wondering if you can get jsp and CFML to coexist in the same
output.<br>
<br>
I think I can do this with CFHTTP, but I'm wondering if there's a more
elegant way.<br>
<br>
What I mean is, can I start a CFML page, and then include a JSP page, and
have the JSP return pre-processed by the JSP server?<br>
<br>
<b>example:</b> <b>index.cfm<br>
</b>&lt;CF_HEADER&gt;<br>
&lt;CFINCLUDE TEMPLATE=&quot;someJSPPage.jsp&quot;&gt;<br>
&lt;CF_FOOTER&gt;<br>
<br>
What about the other way around?&nbsp; Can I call a JSP page, and include
some CFML in the middle?<br>
<br>
<b>example:</b> <b>index.jsp<br>
</b>&lt;%@ include file=&quot; header.jsp&quot;%&gt;<br>
&lt;%@ include file=&quot; someCFMLpage.cfm&quot;%&gt; <br>
&lt;%@ include file=&quot; footer.jsp&quot;%&gt;<br>
<br>
<br>
thanks!<br>
<br>
<br>

<tt>!j!<br>
<br>
The mark of mediocrity is searching for the precedent.<br>
<br>
!jeff! sherwood&nbsp;&nbsp;&nbsp;&nbsp; Director of BIGWORDS.com Web Site
Design / JEDI<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
BIGWORDS.com worker#2<br>
.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300<br>
</html>

--=====================_252990343==_.ALT--

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to