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
- New to servlets2: Parameter initialisation in web.xml chris hutchings
- Re: New to servlets2: Parameter initialisation in... Rob S.
- New to servlets2: Parameter initialisation in... Craig R. McClanahan
- New to servlets2: Parameter initialisation in web... chris hutchings
- RE: New to servlets2: Parameter initialisation in... Charlie Cox
- Re: New to servlets2: Parameter initialisation in... Rob S.
- Re: New to servlets2: Parameter initialisation in... Rob S.
