Tom,
I've been working with a supertype / subtype pair quite extensively over the
last week, and i made lots of changes to the supertype and accessed them
from the subtype without any problem. The only thing i needed to remember to
do after each change was to create a new instance of the subtype, as it is
in session scope. I'm doing that in development with a url parameter, like
so:
<cfif IsDefined("url.reset")>
<cfset session.myObj = CreateObject('component','Object').init(etc, etc) />
</cfif>
Don't know if any of this applies to your situation, but i never needed to
force a recompile of the subtype for it to work.
I vaguely recall there being an issue like this with webservices, but don't
remember enough detail to say anything definitive ...
n.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Schreck, Thomas (PPC)
Sent: Wednesday, November 10, 2004 6:36 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] refresh cfc
That's what I'm experiencing. Is there a way to programmatically
refresh?
Thanks -
Tom Schreck
817-252-4900
[EMAIL PROTECTED]
I have not failed. I've found 10,000 ways that won't work.
- Thomas Edison
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Patrick McElhaney
Sent: Wednesday, November 10, 2004 10:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [CFCDev] refresh cfc
I think the problem is that the child "steals" from the parent when
it's compiled. If the parent is changed and recompiled the compiled
child isn't affected. The child has to be recompiled to reflect the
changes in the parent.
Say that three times fast. :)
Patrick
--
Patrick McElhaney
704.560.9117
http://pmcelhaney.blogspot.com
I still have 5 gmail invites.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at
[EMAIL PROTECTED]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at
[EMAIL PROTECTED]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at
[EMAIL PROTECTED]