Excellent! Thank you! Even though I've worked around the problem, it would be great if this worked, I've been quite curious as to why it doesn't.
p.s. If you are ripping it apart, perhaps TQL query caching would be possible? :) On Nov 3, 2:31 pm, Mark Mandel <[email protected]> wrote: > Okay, so the addTags() *does* work, just something is the save() is going > fubar. > > (Probably has to do with cache synchronisation). > > I'm ripping apart Transfer at the moment, I have an idea what it may be... > I'll have a look. > > Mark > > On Tue, Nov 3, 2009 at 9:12 PM, whostheJBoss > <[email protected]>wrote: > > > > > > > 1 > > 2 > > 3 > > 4 > > 5 > > 6 > > 7 > > > It shows all 7 tags. However, the 6 and 7 do not stay saved. After save > > () is called, they are gone again. > > > On Nov 2, 6:51 pm, Mark Mandel <[email protected]> wrote: > > > On Tue, Nov 3, 2009 at 12:25 PM, whostheJBoss < > > [email protected]>wrote: > > > > > Step 3.) call event with: > > > > tag1 = Transfer.get("tags.tag", 6); > > > > tag2 = Transfer.get("tags.tag", 7); > > > > post = Transfer.get("posts.post", 1); > > > > post.addTags(tag1); > > > > post.addTags(tag2); > > > > What happens if you dump the object at this point? > > > > > Transfer.save(post); > > > > -- > > > E: [email protected] > > > T:http://www.twitter.com/neurotic > > > W:www.compoundtheory.com > > -- > E: [email protected] > T:http://www.twitter.com/neurotic > W:www.compoundtheory.com --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-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/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
