Re: [flexcoders] LCDS + CF : How can I change bean's property of new version on creation?

2008-09-12 Thread João Fernandes
Shigeru, when you create new items , a refill is made to your collection and it will compare it with the previous fill, so since you didn't update the hoge property, it won't be reflected in your refill. If you do this instead cfset new.hoge = 123 cfset new = dao.create(new) cfset

[flexcoders] LCDS + CF : How can I change bean's property of new version on creation?

-- Thread Shigeru Nakagaki
"006792"; google_color_url = "006792"; google_color_text = "00"; //--> [flexcoders] LCDS + CF : How can I change bean's property of new version on creation? Shigeru Nakagaki Re: [flexcoders] LCDS + CF : How can I change bean's property of new version on crea