Re: this.getServletConfig() returns null

2020-02-14 Thread Richard Monson-Haefel
That worked! Thank you! On Fri, Feb 14, 2020 at 1:10 PM Mark Thomas wrote: > On 14/02/2020 18:29, Richard Monson-Haefel wrote: > > Hi, > > > > I'm experimenting with using annotations. I created a Servlet with > > annotations and then attempt to get the init parameters in the doGet() > > method

Re: this.getServletConfig() returns null

2020-02-14 Thread Mark Thomas
On 14/02/2020 18:29, Richard Monson-Haefel wrote: > Hi, > > I'm experimenting with using annotations. I created a Servlet with > annotations and then attempt to get the init parameters in the doGet() > method, but I keep getting a null value when I use > this.getServletConfig(). If I save the Se