On Aug 29, 10:09 am, Matthew Woodward <[email protected]> wrote:
> Peter J. Farrell wrote:
> > Are you doing something like this:
>
> > <cfobject
> >   component = "admin.progex.manageSeries"
> >   name = "#variables.someName#">
Thanks for the replies.

No. This is my code:

<cfobject
        component = "admin.progex.manageSeries"
        name = "SeriesFunctions">

...and this is the beginning of the CFC itself:

<cfcomponent displayname="manageSeries">

All the functions in the CFC are named. I even tried adding a name
attribute to the component tag but that didn't help.

Magnus
>
> > I don't think you can use variable in name -- or least the exception you
> > are getting is saying that.
>
> > Also, maybe share your CFC?  You could have a syntax error in that as
> > well that is causing this problem and the line number is being misreported.
>
> Thanks Peter--should have read the error more closely! I bet that's
> what's going on.
>
> --
>
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to