Have you tried just creating a TO (Transfer Object) instead of reading a non-existing record?

Wouter


On Feb 17, 2008, at 03:23, Byron Raines 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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to