> Keep in mind, it would be nice to have your form fields share 
> the same name and number of fields as your record, plus the 
> usual discussion about complexities involved if your form 
> maps to multiple db tables...

Right, the field -> form field mapping is an obvious requirement here,
though spanning multiple tables shouldn't be an issue if you're updating a
single record object correct? You could also always override a value if
necessary:

<cfset User.setInstance(FORM) />
<cfset User.setFirstName("Never mind, make it this") />
<cfset User.Save() />

Dan



 

-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/


Reply via email to