> It doesn't look like you're calling init() either - CF requires that
you
> call init() after creating the object so that it is correctly
constructed.
>   I think your code should read:
> 
Calling init() is NOT required. You only need to call init() if you want
to pass parameters to the constructor. If you don't call init(), the
default constructor will be called before the first method is called.

-Matt

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to