If you override the init() method, you should be safe just calling <cfset super.init(argumentCollection=arguments)> and then including what other code you wish to.
Just be sure to include that before the main body of your new init() method. Laterz, J On Tue, 2 May 2006 20:39:59 +0100 "Gareth Cole" <[EMAIL PROTECTED]> wrote: > Thanks Doug > > > > If I override the init method and want to keep all the > original init > arguments (in addition to the treeManger arg), do I have > to type all the > original arguments as cfargument tags manually? > > > > This may sound lazy, but I like the way reactor can > automatically add new > fields when the database changes. -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

