At my company we're currently busy developing a new intranet portal. Since we took some base code from a different application, we had a <cfenableoutputonly> tag in our Application.cfc.
The problem we encountered with this tag was when we tried out the scaffolding option with Tranfser. At line 197 of the TransferAdapter.cfc in ModelGlue\unity\orm\transfer, the framework builds a dynamic result.xml. You can probably guess the problem from here; the piece of code that builds the xml is not surrounded by <cfoutput> tags resulting in a broke XML. I'm not sure if you can call this much of a bug since removing the tag would solve this problem, but I thought it would be nice to share. *PS: We're using version* *3.1.299 of ModelGlue* -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
