Hello, I have added Projects property to user object (projects the user is involved in). For this property I have setProjects and getProjects.
The tables looks like: app_user --> user_project --> project I get the user information from ACEGI security context and want to get the projects from the current users (by currentUser.getProjects). The problem is that when I remove/update/insert some user projects in user_project (I use the seperate form and controller for this) i have out of synch data in currentUser. How can i synchronize the projects set in curentUser object with user_project table? Do I have to refresh the user cach after the user_project update? Can I do this by some kind of hibernate annotations? Best Regards Jarek -- View this message in context: http://www.nabble.com/Update-child-properties-of-User-object-tf3200824s2369.html#a8887119 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
