On 3/31/2009 2:01 AM, Andrew wrote: > Okay, I'm managed to fix this by doing the following: > > c:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity\orm > \transfer>diff Transfe > rAdapter.cfc TransferAdapter-mine.cfc > 288c288 > < <cfset arguments.field.sourceKey = fields > [i].name /> > --- > >> <cfset arguments.field.sourceKey = fields[i].alias /> >> > 296c296 > < <cfset arguments.field.sourceColumn = fields > [i].name /> > --- > >> <cfset arguments.field.sourceColumn = fields[i].alias >> /> >> It's funny how many of us have done the exact same thing.
The Trac site for Model-Glue has had a ticket[1] for this issue for almost 2 years now. It looks like the ticket was opened the same day 2.0.304 was committed. Since 304 was the last release for version 2, anyone encountering this bug has had to patch it for themselves. I recently created an enhanced version of the Widget application that fixes this and a few other scaffolding bugs and introduces some new features. I've put the application on RIAForge and named it Walidget[2]. I encourage you to take a look at it and rip off any features in it that you like. [1]http://trac.model-glue.com/model-glue/ticket/295 [2]http://walidget.riaforge.org/ Cheers, Dennis --~--~---------~--~----~------------~-------~--~----~ 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 For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
