On Mon, 20 Aug 2001, Rob S. wrote:

> >     public void init() throws ServletException
> >     {
> 
> Don't you have to do a "super.init()" here?  I remember this being a
> common problem...
> 

You do not have to if you implement the zero-arguments version of
init().  The old problem was when you implemented init(ServletConfig) and
forgot to call the superclass init() method.

> - r
> 
> 
Craig


Reply via email to