~Jeff
On 3/31/06, Chris Tilley <
[EMAIL PROTECTED]> wrote:
The method 'init' could not be found in component C:\CFusionMX7\wwwroot\ChrisBlogApp\Data\Gateway\EntryGatewayoracle.cfc.
Check to ensure that the method is defined, and that it is spelled correctly.
The error occurred in C:\CFusionMX7\wwwroot\ChrisBlogApp\controller\BlogController.cfc: line 24
Called from C:\CFusionMX7\wwwroot\ModelGlue\ModelGlue.cfc: line 85
Called from C:\CFusionMX7\wwwroot\ModelGlue\Core\XMLModelGlueLoader.cfc: line 48
Called from C:\CFusionMX7\wwwroot\modelglue\ModelGlue.cfm: line 12
Called from C:\CFusionMX7\wwwroot\ChrisBlogApp\index.cfm: line 27
22 : <cfset variables.CommentGateway = Reactor.createGateway("Comment") />
23 : <cfset variables.UserGateway = Reactor.createGateway("User") />
24 : <cfset variables.EntryGateway = Reactor.createGateway("Entry").init(variables.BlogConfig.getRecentEntryDays()) />
25 : <cfset variables.UrlPinger = CreateObject("Component", "ChrisBlogApp.model.blog.UrlPinger").init(variables.BlogConfig.getPingUrlArray()) />
26 : <cfset variables.Search = CreateObject("Component", " ChrisBlogApp.model.search.Search").init(variables.BlogConfig.getBlogSearchCollection(), variables.BlogConfig.getAdditionalCollectonsList()) />
Any help would be great
--
Chris Tilley -- 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/

