Re: CFC from within another

2005-05-06 Thread Cliff Meyers
The error message you pasted above is a CFML parser error. It sounds like you're missing a closing CFFUNCTION tag in one of your components. I'd double-check your .cfc files... you probably just forgot to close a tag somewhere. :) -Cliff On 5/6/05, Chris Alvarado <[EMAIL PROTECTED]> wrote:

CFC from within another

2005-05-06 Thread Chris Alvarado
Im getting an error that says Context validation error for tag cffunction. The start tag must have a matching end tag. An explicit end tag can be provided by adding . If the body of the tag is empty you can use the shortcut . I have a CFC and within that CFC I make a call to another, is this