Heh, the docs specifically say you can not use cfsavecontent. Then go on to ignore the next obvious question.
Tim Heald wrote: > Maybe try cfsavecontent? > > Tim Heald > ACP/CCFD > Application Development > www.schoollink.net > > -----Original Message----- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 11:12 PM > To: CF-Talk > Subject: JSP output to CF variable in MX? > > > Ok, after a few hours of exposure to the wonderful world of using JSP > from within CF, I hit my first snag... > > I've got this code from the Figleaf presentation working wonderfully. > > <cfimport taglib="/WEB-INF/lib/io.jar" prefix="io"> > <io:http url="http://www.msn.com/" action="GET" output="true" /> > > Now I want to do something useful though. What I have gathered is that > in JSP, the output from the io tag would be captured by whatever tag it > is nested in. This would be called JSP pipelining... Something like: > > <sometag:doSomething...> > <io:http url="http://www.msn.com/" action="GET" output="true" /> > </sometag:> > > What I want, is to get the output into a CF variable though, so I can > use the familiar CF tags to manipulate the content. Anyone know how > would I go about doing this? > > jon > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

