|
I think you’ll need to load the
record first; otherwise every field that you don’t set will be saved with
its default value. Also, if you’re loading on each
iteration, you won’t need to create a fresh record each time. <cfset taskRecord = application.reactor.createRecord("task")> Chris From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Vega Quick question, when you do a save it looks as if reactor figures out
if you are creating or updaing. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
- [Reactor for CF] reactor record save() Dan Vega
- RE: [Reactor for CF] reactor record save() Chris Blackwell
- Re: [Reactor for CF] reactor record save() Dan Vega
