posted 14 years ago
I am trying to create an application which adds, deletes, and updates a class with a oneToMany relationship.
Grails has the
1)addTo*
2)removeFrom*
Unfortunately, I have been stuck trying to get the update aspect to work and injecting properties on to the page. Has anyone encountered a scenario similar to this? Thanks.