[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-13 Thread Chris H
never mind, i was updating the order column with manual SQL and of course the cache didn't pick this up. still have to wrap my head around this new workflow with Transfer ;D i called discardByClassAndKey() on the parent object after the manual update and all is good now. thanks for all your replie

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-13 Thread Chris H
Hey Mark, here are the relevant declarations: ... the "ProjekteBilder" table which connects the relationship doesn't have to be declared as an object, right? the relationship and its generated methods work fine, just the sort order does

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Mark Mandel
Chris, What does the rest of the config for that object look like? Mark On Fri, Mar 13, 2009 at 2:52 AM, Chris H <3darkli...@gmail.com> wrote: > > yes, i first had it in the ProjekteBilder Table, which did throw an > error. it is now in the Bilder Table and no errors is thrown, but the > result

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Chris H
yes, i first had it in the ProjekteBilder Table, which did throw an error. it is now in the Bilder Table and no errors is thrown, but the resulting array is not sorted by that column. thanks! On Mar 12, 2:06 pm, Bob Silverberg wrote: > Oops, that should have read "Although I would have expected

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Bob Silverberg
In which table is the column OrderNum? I'm guessing that maybe it's in the ProjekteBilder table? If so, you won't have access to it. The order property must point to a property in the Bilder table, in your example. Although I would have expected Transfer to throw an error is the OrderNum were n

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Bob Silverberg
Oops, that should have read "Although I would have expected Transfer to throw an error if the OrderNum were not in the Bilder table" On Thu, Mar 12, 2009 at 9:05 AM, Bob Silverberg wrote: > In which table is the column OrderNum? I'm guessing that maybe it's in > the ProjekteBilder table? If so,

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Chris H
thanks for the reply! yes, tried that too, didn't help =\ On Mar 12, 12:42 pm, John Whish wrote: > Just a thought but have you tried deleting the generated files in your > definitions folder? --~--~-~--~~~---~--~~ Before posting questions to the group please read:

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread John Whish
Just a thought but have you tried deleting the generated files in your definitions folder? --~--~-~--~~~---~--~~ 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