That isn't the same as displaying the output in the CFC. Creating and
returning output is fine; displaying it with output="true" is almost
always a bad idea.

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/

On 6 August 2010 03:10, Mike Kear <afpwebwo...@gmail.com> wrote:
>
> There are reasons to use CFCs to create output.    For example i had an
> application that required an output of a quite large XML file made up of
> maybe 50 fragments of XML,  out of a possible 300 or so specially formatted
> fragments.    Each occasion the XML was created,  the logic CFC would call
> the appropriate functions in the output cfc, which would produce the
> relevant fragment of that XML packet, then the logic CFC would stitch them
> all together into one XML packet and return it to the calling

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to