How can I return a nested object from django to my flex project?

2009-08-21 Thread Daivd
Hi,all~How can return a nested object from backstage to my flex project? For example, I have defined an "author" model, and then a "book" model. author is the reference key of book. after query, I want to return the object of "book" to my flex project, but it always wrong... why? Any idea? I can s

Re: How can I return a nested object from django to my flex project?

2009-08-21 Thread Daivd
Thx very much! I have fixed this problem^_^ On 8月22日, 上午6时07分, Jan Hülsbergen wrote: > On Fri, Aug 21, 2009 at 15:18, Daivd wrote: > > > Hi,all~How can return a nested object from backstage to my flex > > project? For example, > > I have defined an "author&qu