Check out the Application.cfm file of Fusebox-X.  It automatically reroutes
the user to the root index.cfm file, (called the dispatcher in Fusebox-X),
and also puts the circuit the user was trying to get to on the end of the
URL.  So basically you can hit a sub circuit, and the application.cfm file
will re-route you to the same circuit, but through the dispatcher.  

The current one re-routes using the Fusebox-X syntax, but you can easily
modify it!  Also comes in handy so that you don't have to give out XFB
URL's.  In Fusebox-X we use the fact that everything is routed through the
dispatcher, to inject services such as security automatically into the call!

Check it out www.wildfusion.com/fuseboxXdocs.  Announcement on Fusebox-X
comming later today (GMT)....

     << David Maddison >>
          wildfusion

W: http://www.wildfusion.com
E: [EMAIL PROTECTED]
YahooIM: maddisondavid


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to