Hi All,

I'm just getting into Reactor and I've run into a problem with field aliasing.

Once I learned that I could alias my field names I immediately did so although now I am getting an error:
*
*The method setuser_ID was not found in component D:\data\Record\userRecordmssql.cfc.


My object looks like this...

<object name="rhw_user" alias="user"> <field name="user_id" alias="userID" /> <field name="first_name" alias="firstName" />
     <field name="last_name" alias="lastName" />
  </object>

I've deleted all of the Reactor generated files and restarted my application. I am also in "development mode".

Is there another setting I'm missing?


Thanks in advance,
Justin Case Trushell




-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to