I'm going through the crash course in the Reactor documentation, and I'm at the point of creating a new record.
When I load the page I get: "Element ID is undefined in QCREATE." If I go into the MS SQL 'user' table and remove the 'identity increment' property for userid, the user is inserted and there's no errors, but the userid column is '0'. What am I doing wrong? The line in UserDAO.cfc: <cfif Convention.supportsIdentity() AND qCreate.recordCount> <cfset arguments.to.UserID = qCreate.id /> </cfif> _____ avast! Antivirus <http://www.avast.com> : Outbound message clean. Virus Database (VPS): 0637-2, 09/15/2006 Tested on: 9/18/2006 5:55:11 PM avast! - copyright (c) 1988-2006 ALWIL Software. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
