Re: [Actionframework-users] ANNOUNCE: ActionServlet 0.93.2c
Status: Inactive
Brought to you by:
ptoman
From: Mark D. A. <md...@di...> - 2002-10-28 00:22:20
|
> - bugfix: Velocity's error() was not overridden to call > ActionServlet.error() Thanks; unfortunately (and I should have caught this before) I still can't do transaction management. That is because cleanupRequest() is private, and doesn't pass in Context anyway. There is afterInvoke(), but it still happens before template merging. And velocity's requestCleanup() is not hooked by AS. Lastly, I can't deal with this by overriding doGet and doPost, because the superclass calls its cleanup which will invalidate my request-level components before I can do my own cleanup. So I don't see any way for request cleanup. Again, I should have caught this before the release, but I wasn't paying attention until the error() problem was resolved. -mda |