Hello, I'm trying the following out for the first time: - /cfcFolder -- /x.cfc -- /moreCFCs --- /y.cfc --- /other.cfc
In the above, x.cfc extends y.cfc, and x.cfc has a method which returns a other.cfc instance. When I try to run the x.cfc method that returns a other.cfc instance I get an error that says: "The value returned from the updateSubscriptionHelper function is not of type moreCFCs.other. If the component name is specified as a return type, its possible that a definition file for the component cannot be found or is not accessible." And I have tried replacing "moreCFCs.other" with "moreCFCs/other" and "other", but these all produce the same error message.. the code works if I change the returntype to any at the moment, but I would like to know if there is a better option here. Thank you for any help you can provide, Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
