Thank you for the comment Jason. Actually I did that first, but then my populate() method wasn't working because without being in the xml file the property didn't show up in the objects metadata (even when I tried adding a cfproperty tag for it).
I ended up overriding the populate method in the decorator to populate those fields manually after the dynamic populate, but I was still confused because I thought that's what those attributes were for (ignore-insert, etc.), to allow for properties in the config xml that weren't necessarily columns in the db. Anyhow, what you said make sense and the solution works fine, so thanks again for your input! Brian -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" 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/transfer-dev?hl=en
