On Mon, 14 Jan 2002 09:59:49 -0500 you wrote: > The easiest way to get this behavior is to override > init(ServletConfig config) in your servlet and forget > to call super.init(config) as instructed in the Javadoc. > You can either call super.init(config), or override > init() instead, which is called from super.init(config). > > Cheers, > Larry >
<fx>Kerching!</fx> Of course! I don't often bother using the init() method and peform lazy instantiation of most things. I seem to remember I've forgotten this one before - thanks very much, Larry. Stan -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
