[flexcoders] Re: Saving object graphs 2 (losing backreferences)

2006-03-28 Thread pepe_perez_perez_perez
Hi, Thanks for answering, this is driving me crazy. No, no lazy references: hibernate-mapping default-lazy=false Perhaps I'm trying to make this simpler than it is, but this is how I understand it. Books.mxml: ?xml version='1.0' encoding='iso-8859-1'? mx:Application

[flexcoders] Re: Saving object graphs

2006-03-23 Thread pepe_perez_perez_perez
Can you try adding a reference to the Book type in your code somewhere... [Bindable] public var book : Book = new Book(); And, ¡bingo!, works perfectly. I don't know why I don't ask for help before. Have been with this 3 days. If that is the intended behaviour I'd report that as an error.

RE: [flexcoders] Re: Saving object graphs

2006-03-23 Thread Peter Farland
: [flexcoders] Re: Saving object graphs Can you try adding a reference to the Book type in your code somewhere... [Bindable] public var book : Book = new Book(); And, ¡bingo!, works perfectly. I don't know why I don't ask for help before. Have been with this 3 days. If that is the intended