Wednesday, 15 August 2012

coldfusion - Bean data doesn't write to table via ORM/entityLoad() -



coldfusion - Bean data doesn't write to table via ORM/entityLoad() -

i'm trying implement cf10 orm current project there seems problem between dao , table (11g).

i pass in bean in phone call dao method:

<cffunction name="savedata" access="public" returntype="void"> <cfargument name="databean" /> <cfset entitysave(arguments.databean)/> </cffunction>

this should write table. if dump arguments within method bean populated, nil writes. there's no errors beingness thrown nil obvious.

can tell me might going wrong?

orm coldfusion coldfusion-10 mach-ii

No comments:

Post a Comment