I have been working on a CFC and cannot get passed this error.  Here's the 
code that doesn't work:

Component
  {
  LastFlush='';
//  property string LastFlush;
 
  public any function init() {
    return(this);
  }
}

And here's the code that doesn't work:

Component
  {
//  LastFlush='';
  property string LastFlush;
 
  public any function init() {
    return(this);
  }
}

The only error in the debugger is just a "cfcomponent{}".

I verified that just setting the variables works fine, but it's irking me 
that I cannot get this to work.  I'm running OpenBD Version 3.1 with 
Jetty/Java 1.7.0.

Anybody else have success declaring the properties with "property"?

Thanks,
Ross.

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to