|
From: Seth L. <set...@gm...> - 2004-07-18 18:52:58
|
On Sun, 18 Jul 2004 14:19:56 +0200, j=FCrgen h=F6ller [werk3AT] <jue...@we...> wrote: > Those are implementations of the javax.servlet.jsp.tagext.TryCatchFinally= interface, to be called by the JSP container. The only reason why we imple= ment them is to reset the requestContext member variable in doFinally. (Thi= s was requested by a user for proper cleanup in any case.) >=20 Ahh... thanks! I think I'll add the JSP classes to my project classpath to help me notice these things in the future. :) Seth |