"Harding, David" wrote:

> odd, getServletContext() returns null for me....

The 99.9% cause of this one is having an init(ServletConfig config) method that
fails to call super.init(config) somewhere.

I use the init() method that takes no arguments to avoid this kind of problem.

Craig McClanahan


Reply via email to