AHHHH. That was something we added yesterday. Their is now a piece of metadata [bSave] that allows you tell a property not to be updated by fourq. Trouble is, as you point out, types that are not declared in the coapi (all tables that dont have a corresponding .cfc declaration) also get run through setData.
Fix has been committed. Thanks Derek. Kind regards -- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 9380 4162 f. 02 9380 4204 On 29/06/2007, at 9:58 AM, Derek Westfall wrote: > Matthew, > > Negative. And it occurs from the webtop Content/Content Utilities/ > Shared Containers section just trying to create a new shared > container. IE just clicking Add. > > I checked -- "Container" is really not defined in application.stCoapi. > > Would you remind me which dm* type classes are supposed to be > listed in the COAPI Type Classes section? The list seems shorter > than I remember. > > Custom Content Types: (some I have extended in minor ways) > dmProfile > dmHTML > dmCron > dmLink > dmEvent > dmImage > dmNews > dmEmail > dmFacts > > Type classes: > dmRedirect > dmXMLExport > dmNavigation > dmArchive > dmWebskinAncestor > dmWizard > dmCSS > dmFile > dmFlash > dmInclude > > ... then it ends. > > Derek > > From: [email protected] [mailto:farcry- > [EMAIL PROTECTED] On Behalf Of Matthew Bryant > Sent: Thursday, June 28, 2007 4:35 PM > To: [email protected] > Subject: [farcry-dev] Re: Cannot add container - dbGateway.cfc error > > Hi Derek, > > Containers can't be nested. ie. you cant publish a rule that will > define another container. Is this your scenario? > > Kind regards > > -- > -- Matthew Bryant > Product Development Manager > Daemon Internet Consultants > Adobe Solutions Partner > http://www.daemon.com.au/ > p. 02 9380 4162 > f. 02 9380 4204 > > > > > On 29/06/2007, at 8:02 AM, Derek Westfall wrote: > >> >> This is new -- >> >> dbGateway.cfc dated 6/28/2007 >> >> Trying to add a container, either on-the-fly or via the Shared >> Containers >> function gets me this: >> >> >> Element container is undefined in a CFML structure referenced as >> part of an >> expression. >> >> >> >> The error occurred in >> W:\users\westfall\farcry\core\packages\fourq\gateway >> \DBGateway.cfc: line 71 >> Called from W:\users\westfall\farcry\core\packages\fourq >> \fourq.cfc: line 324 >> Called from W:\users\westfall\farcry\core\packages\rules >> \container.cfc: line >> 36 >> Called from W:\users\westfall\farcry\core\admin\navajo >> \container_edit.cfm: >> line 56 >> >> 69 : objectID >> 70 : <cfloop from="1" >> to="#arrayLen(SQLArray)#" index="i"> >> 71 : <cfif not >> structKeyExists(application.stCoapi[tableName].STPROPS[sqlArray >> [i].column].M >> ETADATA,"BSAVE") OR >> application.stCoapi[tableName].STPROPS[sqlArray >> [i].column].METADATA.bSave> >> 72 : , >> #sqlArray[i].column# >> 73 : </cfif> >> > > > > > Message protected by MailGuard: e-mail anti-virus, anti-spam and > content filtering. > http://www.mailguard.com.au/mg > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
