You would need to put each ft:object in it's own form. Blair
On Tue, Nov 10, 2009 at 9:51 AM, Marco van den Oever < [email protected]> wrote: > > Let me explain more: > > On top there is a email message, under it email message answers, under > each email message answer i place a object that enables to reply to > that email message answer. > > Every object gets an unique objectid by: > > <cfset emailantwoordenuuid = createuuid()> > > <ft:object typename="emailantwoorden" objectid="#emailantwoordenuuid#" > > So when a user replies through a specific object under a specific > email message answer i only want to get that data. > When i process the object i get the objectid's from all objects of all > answers, i just want the one that was submitted... > > Or am i totally making this harder then necessary? > > Thanks. > > On Nov 9, 11:32 pm, Chris Kent <[email protected]> wrote: > > Try replacing getData(objectid=lSavedObjectIDs) with getMultipleByQuery > > (lObjectIDs=lSavedObjectIDs) > > > > Chris. > > > > On Nov 9, 10:21 pm, Marco van den Oever <[email protected]> > > wrote: > > > > > Hi all, > > > > > I have a cfloop in which a object gets looped. I thought that when i > > > submitted one of those objects, that current object with that specific > > > objectid (which i set a unique objectid for each loop) would be > > > processed. > > > > > Now when i cfdump the lSavedObjectIDs i see multiple objectid's and > > > then when i try to do a getData(objectid=lSavedObjectIDs) of course > > > this doesn't work... > > > > > So how do i resolve this.... Any workarounds? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
