I am not sure if this problem exists in the core Open BlueDragon, but I have
found that in the GAE version, application doesn't exist inside of
OnMissingTemplate(). For example...
<cffunction name="onMissingTemplate" output="false" returntype="void">
<cfif IsDefined("application")>
<cfdump var="yay!">
<cfelse>
<cfdump var="boo!">
</cfif>
<cfabort>
</cffunction>
In CF9, I return a "yay!" any time that a missing template is attempted. In
OpenBD-GAE I always get "boo!". I have an app that triggers some actions in
a framework based on OnMissingTemplate() and have no handle at all on my
framework inside that method.
Does anyone see any reason that I shouldn't file this as a bug?
~Dave Shuck
/**************************************
blog: www.daveshuck.com
tweets: www.twitter.com/dshuck
cf peeps: www.dfwcfug.org
**************************************/
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
!! save a network - please trim replies before posting !!