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 co.setNewVersion(new)>
<cfset co.processed()>

your hoge will be committed to the db and will be reflected in the 
result of the fill.
-- 

João Fernandes

Adobe Community Expert
http://www.onflexwithcf.org
http://www.riapt.org
Portugal Adobe User Group (http://aug.riapt.org)



Reply via email to