On Nov 29, 10:10 am, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > <cfproperty name="body" type="longchar" hint="Main body of content." > default="" > ftSeq="12" ftWizardStep="Main" ftFieldset="Details" > ftType="richtext" ftLabel="Trip Description" > ftImageArrayField="aObjectIDs" ftImageTypename="dmImage" > ftImageField="SourceImage" > ftTemplateTypeList="dmImage,dmFile,dmNavigation,dmHTML" > ftTemplateWebskinPrefixList="insertHTML" > ftTemplateSnippetWebskinPrefix="insertSnippet"> > > which in theory should be providing the option to add images, files, > navigation items and html pages to this type. The type is deployed quite > happily, but the typename_aObjectIDs isn't deployed and, obviously, I'm not > getting the option to associate these data types.
Do you have a cfproperty dedicated to aObjectids? (aMedia might be a better name) ftImageArrayField only refers to an existing type property, it doesn't create the underlying data model -- that's cfproperty's responsibility. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
