Reusing Form Controls
Hey Everyone,
Can I get some suggestions on the best way for resuing form controls? Currently, I am resuing form controls via cfinclude files. Within the cfinclude files the controls are populated via cfc's. Performance-wise is it best to ouput html from cfc's or not? How about reusing bound controls (ie. a drop down predicates options in a list box). I come from the school where it's desireable to seperate your business logic from your html content as much as possible. I am hesitant outputting html content from cfc's.
Thanks
