RE: [appfuse-user] Many to many relationship with data

2007-06-29 Thread Aled Rhys Jones
Sent: 29 June 2007 05:30 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Many to many relationship with data So you have an association class with some properties like "type of relationship", "time of union", etc. You want users to edit these properties or rewir

Re: [appfuse-user] Many to many relationship with data

2007-06-28 Thread dusty
So you have an association class with some properties like "type of relationship", "time of union", etc. You want users to edit these properties or rewire the relationships or both? If its just modifying the "modifiers" of the relationship then I believe you can treat the association object as a

[appfuse-user] Many to many relationship with data

2007-06-28 Thread Aled Rhys Jones
Hi all I've got a many to many relationship between two models, but in this case the relationship is also represented by a model as it contains data that represents a reference of sorts between both models. Its table therefore has data in addition to the UID's of the other models. Any one g