This past week, Kenneth Barrett asked a question on Twitter about how to DRY up his form code in ColdFusion on Wheels. He didn’t want to have a copy of the same form across 2 view files. This is because he is a smart guy, even as a beginner!
I linked Kenneth to a post that I wrote a year ago about combining 2 forms into a single view file. That approach works well for certain scenarios, but I’ve since changed my mind on my general preference for DRYing up forms.
Read on to see what exactly I’ve changed my mind on.


