Just checking, you got

<cfcomponent
  output = "yes">

Just checking

Also, if that don't work, maybe something like ...

<cffunction name="CreateCFC" >
        <cfargument name="CFCname"...>

        <cfsilent>
                <cfset myojb = CreateObject("Componant",CFCname) >
        </cfsilent>
        <cfreturn myojb>
</cffunction>

WG

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 17 January 2003 16:08
> To: CF-Talk
> Subject: Whitespace management in MX
>
>
> Alright, I wrote awhile ago how I believed that whitespace
> management in MX for linux was not working properly.
>
> I did some testing.  It sort of works properly.  That is, with
> regards to regular coldfusion code.
>
> However, my problem actually stems from the use of components.
> Whenever a component is called, the whitespace is left in place
> and is not picked up by the whitespace management.
>
> This means that I have to do <cfsilent> around processing chunks,
> and avoid using inlined CFC calls altogether.  For the most part,
> that's fine, but there are cases when I'd rather just do it inline.
>
> Mike Wokasch
> UW-Extension
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to