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:
> 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 </cffunction>. If the body of the tag is empty you can use 
> the shortcut <cffunction .../>.
> 
> I have a CFC and within that CFC I make a call to another, is this not 
> permitted?
> 
> The call is very simple . . .
> 
> <cfset mySession = createObject("component", "cfc.security").checkSession()>
> <cfset myUserID = structFind(mySession, "userID")>
> 
> Thanks!
> 
> -chris.alvarado
> [ application developer]
> 4 Guys Interactive, Inc
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205870
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to