Viewing by month: May 2009
Binding to non-standard Attributes
ColdFusion rocks, let me just start with that :) Alright, now that we have that out of the way, I had an issue where I needed to bind a text field to a select menu, but not to the value attribute of that menu. I needed a bunch of other details from that select, and I wanted to prevent a bunch of unnecessary back and forth with the server. So I turned to ColdFusion's binding attributes. Take the following code: