Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
6answers
162 views

Refactoring ColdFusion 5 tag-based code into CFCs

I feel the need to refactor my old CF5 based code into CFC's. We already have some code in ColdSpring and Transfer but feel a large rewrite to ColdSpring and Transfer is pointless. What tips, ...
0
votes
2answers
159 views

Transfer-ORM: The property 'siteID' could not be found in the object 'siteUsers.siteUsers'

I'm getting the following Coldfusion error when using Transfer-ORM to map to my Microsoft SQL database. I believe it's caused by a misconfigured transfer.xml file that maps out my linking table. I'm ...
0
votes
1answer
69 views

Cleanup Transfer ORM definitions?

Started researching Transfer ORM recently and find it pretty cool. Today I've noticed that definitions directory contains some old files from my previous development sessions (ex. 27/08, 28/08). I ...