Tally List : mailing list management, archiving, and analysis
click for archive home
 
Archive of:
Fusebox
Cold Fusion Fuse Box List
 
home
24 hour view
quick stats
weekly updates
 
all tallylists
corporate solutions
archive your favorite
help / feedback


Search the Tallylist search by keyword:

About CF Fusebox Methods :
product's home
product's list home
 
  Archived TallyList / Fusebox: 
Subject: RE: cf_nesting
Erik Voldengen (63p/+0r)     Posted: Wednesday 25 Apr 2001
This post: 24 views, +0 rating

I think you can find it in his exception handling demo, entitled "Grandfather." It's in there.

The tag is magical. Nobody knows what it does, but it has something to do with nesting. If I had to guess, I would say it translates the fuseaction sent to the tag into a fully qualified fuseaction.

At the risk of having Hal hunt me down and kill me, here is his nesting tag. Hal, I hope you don't mind.

<cfset caller.attributes.rawFA = caller.attributes.fuseaction>

<cfparam name="caller.faTranslated" default="FALSE" type="boolean"> <cftry> <cfif NOT caller.faTranslated AND ListLen( caller.attributes.fuseaction, '.' ) GT 1> <cfset caller.attributes.fuseaction = request.circuits[ListFirst( caller.attributes.fuseaction, '.' )] & '.' & ListLast( caller.attributes.fuseaction, '.' )> <cfset caller.faTranslated = TRUE> </cfif> <cfcatch> I could not resolve the circuit application prefix sent to me. <cfabort> </cfcatch> </cftry> <cfif ListLen( caller.attributes.fuseaction, '.' ) GT 1> <cfset caller.attributes.fuseaction = ListDeleteAt( caller.attributes.fuseaction, 1, '.' )> </cfif>

Put it in your custom tags directory.

> -----Original Message----- > From: Michel Gallant [mailto:michel@cifta.com] > Sent: Wednesday, April 25, 2001 10:44 AM > To: Fusebox > Subject: cf_nesting > > > I was going through Hal's extened fusebox nesting tutorial > and it mentions a > cf_nesting tag. I haven`t been able to find this tag anywhere. Could > anyone tell me what it does and where to get it? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/fusebox@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Similar Subject Line Posts (+/- two weeks of this post)
RE: cf_nesting  27 Apr 2001   (25 v/ +0 r)
RE: cf_nesting  25 Apr 2001 (this post)   (24 v/ +0 r)
cf_nesting  25 Apr 2001   (19 v/ +0 r)
 

Send a reply to the Fusebox list!
click to send a reply! NOTE: Many lists will reject your post unless you have already registered with them. Also - don't forget the right account to send from (for those with multiple emails!)

Feedback: If this post was exceptionally helpful, please help by giving this post a positive review.

 

TallyList : copyright Ububik - 2000