Ezra, thanks so much. I did a search on enablecfoutputonly and found
a set to true in a EnvironmentConfig Framework file.
ColdSpringDefinitionMaker.cfc, that had no corresponding set to
false. I added one and it works. If anyone else is using it, here is
what I did.
In the function: createColdSpringDefinition
Added two cf settings, at the end of the cftry block.
...
<cfsetting enablecfoutputonly="false">
<cfcatch type="any">
<cfdump var="#cfcatch#" />
<cfsetting enablecfoutputonly="false">
<cfabort />
</cfcatch>
</cftry>
As to why I have the extra results tag in the type template, I got the
idea from another thread here that was said to guarantee that my main
view would be last. Thanks for the help.
--~--~---------~--~----~------------~-------~--~----~
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
-~----------~----~----~----~------~----~------~--~---