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 got any pointers what the best method is for allowing the user to edit the relationship data in the web interface? I'm using Spring MVC with hibernate. One idea I had was to emulate the many to many table e.g. used by the user-role relationship in the user form, but make the added models on the right clickable so the user could edit the relationship data. Feasible? Appfuse has a load of great tools and I'd hate to be reinventing the wheel here.

Cheers
Aled

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to