What I've decided to do is build the output of the tag within a string and 
use:

<cfsilent>
<!--- tag body: build tag ouput string) --->
....
</cfsilent><cfoutput>#tagout#</cfoutput>

But the old tag had a conditional where it would call another tag

<cfif something>
  <cfoutput><cf_anothertag attr1="..." attr2="..."></cfoutput>
</cfif>

Can I capture the output of that called tag and place it into the tagout 
string variable?


----- Original Message ----- 
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Tuesday, March 22, 2005 2:25 PM
Subject: Re: Whitespace Woes


>I think that's it.  Thanks Barney.
>
> ----- Original Message ----- 
> From: "Barney Boisvert" <[EMAIL PROTECTED]>
> To: "CF-Talk" <cf-talk@houseoffusion.com>
> Sent: Tuesday, March 22, 2005 2:18 PM
> Subject: Re: Whitespace Woes
>
>
>> CFOUTPUT carries across includes and tags for enableCFOUTPUTonly
>> processing.  So if the tag is called within a CFOUTPUT block, your
>> CFSETTING tag will have no effect.  Since that info is outside the
>> scope of what the tag can possibly know, you're better off skipping
>> CFSETTING and only using CFSILENT inside custom tags.  It might be
>> overkill sometimes, but it's always guarenteed to work.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199709
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to