Assuming I have this object relationship:
myCustomObject.cfc
cfproperty name=aSpecialObjectIDs type="array" hint="array of
mySpecialObject IDs"
mySpecialObject.cfc
cfproperty name="title"
What can I do with the ft:objectadmin for typename=mySpecialObject to make
sure that when I delete a mySpecialObject, the
myCustomObject.aSpecialObjectIDs gets updated?
Should I add a <ft:processform action="delete"> above the ft:objectadmin and
handle it there, or should I add a delete function to myspecialobject.cfc to
override the core delete function?
Or do you just not worry about deleted objects in arrays?
Thanks,
Derek Westfall
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---