Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by superoverdrive: http://wiki.apache.org/tapestry/Tapestry5AvoidingDifferentObjectWithSameIDExceptions ------------------------------------------------------------------------------ a different object with the same identifier value was already associated with the session: [tm.framework.entities.Domain#6] }}} + + The Solution: + + {{{#!java + + + Domain temp = (Domain)session.merge(domain); + session.update(temp); + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
