On 3/10/07, Dinner <[EMAIL PROTECTED]> wrote:
All I can think of is, one of those is null?
The error is a *syntax* error - nothing has been compiled so nothing
is running and therefore variables do not exist.
> 40: <cfset var query =
> createObject("component","reactor.query.query").init(_getAlias(),
> _getAlias(), _getReactorFactory()) />
>
> I don't see anything wrong with the code, and have no clue why
> BlueDragon is saying there was an invalid token after ")"
There is nothing wrong with the code - what you are seeing is a bug in
BlueDragon (as was the StringBuffer problem you ran into earlier).
If you split the code out as follows, on which line do you see the error:
<cfset var alias = _getAlias() />
<cfset var factory = _getReactorFactory() />
<cfset var query = 0 />
<cfset query =
createObject("component","reactor.query.query").init(alias,alias,factory)
/>
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --