From: Ksenia M. <kse...@gm...> - 2004-11-09 23:51:05
|
Hi, I solved this: http://sourceforge.net/mailarchive/message.php?msg_id=9996700 (don't have it in mijn mailbox for some reason) by explicitly declaring a class for the third (many-to-many) table and adding "cascade" attribute to the columns of this table. Now another question: how to search RelatedJoin? I have a table Address with many-to-many relation to it self. Address kan have multiple addresses as parents, and can be a parent on it's own. I'd like to find all children of given parent. How should I build this query with SQLObject? Thanks! -- Ksenia |