<handler id="a" type="cfm" filename="a.cfm" />
<handler id="b" type="cfm" filename="b.cfm" />
And in both files simply have them do a include to core.cfm. core.cfm
could look at cgi.sciprt_name to tell how it was run.
OR - if you can assume CF8, I believe you can use onMissingFile in
App.cfc and simply run core.cfm and sniff what was originally
requested.
I haven't tested this - but now I'm tempted too. :)
--
===========================================================================
Raymond Camden, ColdFusion Jedi Master
Email : r...@camdenfamily.com
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster
Keep up to date with Android news: http://www.androidgator.com
There has got to be a better way to do this.
====================
= Dave Ferguson
====================
= http://blog.dkferguson.com
= http://www.cfhour.com
= http://twitter.com/dfgrumpy
= Adobe Community Professional
====================
====================
= Dave Ferguson
====================
= http://blog.dkferguson.com
= http://www.cfhour.com
= http://twitter.com/dfgrumpy
= Adobe Community Professional
====================