Re: [Actionframework-users] ANNOUNCE: ActionServlet 0.93.2c
Status: Inactive
Brought to you by:
ptoman
From: Mark D. A. <md...@di...> - 2002-10-29 19:57:23
|
> protected void doGet(HttpServletRequest req, HttpServletResponse res) { > super.doGet(req, res); > finishTransaction(); > } I thought of this, but it won't work for me, because super.doGet() calls cleanupRequest (which is private so I can't override), and cleanupRequest will nuke my requestComponents that I need in my finishTransaction. Or maybe not? When do requestComponents get destroyed? -mda |