If you look at the database, are you sure that the record you load with an ID of 5 is being saved with an ID of 5, and not an ID of 0?
On Feb 16, 2008 9:23 PM, Byron Raines <[EMAIL PROTECTED]> wrote: > Hi. I have a problem I just cannot figure out. > > I have a situation where I am loading an existing record, editing, then > saving it. Then I load a new empty record. However, the values of the > previously loaded record are appearing on my form page. I cannot figure > out if I'm actually not loading a new record, or if its caching the > previous record. Example: if do a load(ID=5), edit it, save it. The I > do a load(ID=0) which is supposed to load a new record, but the previous > record is loaded, even though ID is set to 0. > > This is part of a Model-Glue 2.0 app. I posted this on the model-glue > google group included code samples etc. While there were alot of good > suggestions, I was not able to find anything that helped. If anyone > would not mind taking a look at the thread and offer suggestions, I'd > appreciate it. > > This on is stumping me. > > > http://groups.google.com/group/model-glue/browse_thread/thread/3bcdc568347ce277 > > Byron > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- > Reactor for ColdFusion Mailing List > [EMAIL PROTECTED] > Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [EMAIL PROTECTED] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
