I'm rolling my own CFC documentation and have the following 2 lines of code to retrieve the metadata:
<cfobject name="obj" component="#url.cname#"> <cfset CFCMetadata = getmetadata(obj)> I then go on to display the documentation for the CFC. If I edit and change the CFC (say modify the text for 'hint') and then reload the page, it doesn't pick up the change. Then only way I've been able to display the update is to stop and restart ColdFusion. Is the metadata being cached in some scope? Has anyone else seen this behavior? Walt ---------------------------------------------------------- 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 www.mail-archive.com/[EMAIL PROTECTED]
