I seem to have a hard time with the page 22 super group content type. The creation goes well, butt after all the steps i can't seem to relate superheroes to the super group.
Although there is a hero available i get a: Element IMGPOWER is undefined in STOBJ. error. Therefore i also can't select a sidekick when i edit a hero item. I tried to delete all heroes, powers, groups, then start from scratch but no luck. Also reviewed the supergroup.cfc, can't see some error here, someone else can? <!--- ./packages/types/SuperGroup.cfc ---> <cfcomponent name="supergroup" extends="farcry.core.packages.types.types" output="false" displayname="Super Group"> <cfproperty ftSeq="1" ftFieldset="General Details" name="title" type="string" default="" ftLabel="Title" Title hint="Super group title." ftValidation="required" /> <cfproperty ftSeq="2" ftFieldset="General Details" name="description" type="longchar" ftLabel="Description" hint="Super group description" ftlimit="512" ftType="richtext" /> <cfproperty ftSeq="10" ftFieldset="General Details" name="imgHeadQuarters" type="string" ftType="image" ftLabel="Super group image" ftDestination="/superpower/imgHeadQuarters" ftImageWidth="200" ftImageHeight="200" ftAutoGenerateType="fitInside" hint="The source image to upload" /> <cfproperty ftSeq="11" ftFieldset="Related Content" name="aSuperHeroes" type="array" ftLabel="SuperHeroes" ftJoin="superHero" hint="Array of SuperHeroes." /> </cfcomponent> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
