Make sure you delete the generated files under reactor/projects. Also, make sure you are really in development mode. Just changing the mode to development doesn't help, once it is in production mode it won't check the XML any more so it won't pick up the switch to development mode. You have to reload the entire instance of Reactor.
On Jan 30, 2008 12:03 PM, Justin Case Trushell <[EMAIL PROTECTED]> wrote: > 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/ > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [EMAIL PROTECTED] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
