On Thu, Aug 13, 2009 at 5:05 PM, Igor Vaynberg<[email protected]> wrote: > +1 if you call the method onAfterTargetsDetached() > > is there a reason why this is needed in addition to IDetachListener for 1.4?
Yes, because IDetachListener is for components, while we want to check if everything was detached properly, *and* no hibernate entities are serialized with the pages. This needs to be done after everything has been detached (request *and* response page). We use the page serializer for that (only in dev mode) Martijn
