Hi Matt: Yes, the XML is updating in the actual table, but doesn't reflect what's in the table when I export the packet.
It's probably a caching issue. I'll mess around with the caching settings in CFAdmin tomorrow and hopefully that'll help. Thanks, -V -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 11:22 PM To: Spectra-Talk Subject: RE: Handler Methods Disappearing If it is not in the type handlers list then the newly created data may be either: not entered or cached. Check to see if the types XML is updated in the Types table after a new handler has been entered. i.e. select * from types where typeid = '' <cfdump var="#typedata#" > This will tell you whether the update works if it does then it may be a caching issue. Hope that helps Matt -----Original Message----- From: Vinny DiDonato (si.rr) [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 13:09 To: Spectra-Talk Subject: RE: Handler Methods Disappearing Hello Matt: I use CFOUTPUT tags, but didn't exclusively call <cfSetting enableCFoutputOnly="yes">. Would this impact whether or not a handler appears in the type handler list? Thanks, -V -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 6:39 PM To: Spectra-Talk Subject: RE: Handler Methods Disappearing Have you used CFOUTPUT tags in the handler file (CFSETTING)? -----Original Message----- From: Vinny Di Donato [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 08:30 To: Spectra-Talk Subject: Handler Methods Disappearing Hi all: I'm seeing some problems with our Spectra (1.5.1) install where new user-defined handler methods are disappearing. I would edit a type, add and update a new method, and roughly fifteen to twenty minutes later, the handler definitions I just added disappear. The new method is actually still associated with the particular type (I checked the typeData field for the type's record in the DB) but it does not show in the webtop nor does it work for any objects which utilize this new method. Running CF5/NT4/Spectra 1.5.1 Any ideas? -Vinny ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
