"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
- How do you pass data from a servlet to a jsp page? Harding, David
- Re: How do you pass data from a servlet to a jsp ... Bill Pfeiffer
- Re: How do you pass data from a servlet to a ... Harding, David
- Re: How do you pass data from a servlet t... Craig R. McClanahan
- Re: How do you pass data from a servl... Harding, David
