Search:

Type: Posts; User: mastervh

Search: Search took 0.10 seconds.

  1. Re: Extending a Servlet and sharing HttpServletRequest

    Ye I been trying this - and in theory it would be in reverse - it still failed to work.

    If I explain what I am trying to achieve hopefully it will make more sense.

    If you take the code I have...
  2. Re: Extending a Servlet and sharing HttpServletRequest

    import java.io.*;
    import java.net.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.net.URL;

    public class Template extends HttpServlet {
    public...
  3. Re: Extending a Servlet and sharing HttpServletRequest

    Been doing some more testing - it appears that HttpServletRequest req is returning a null value.

    What I am trying to achieve is to let the 2nd extended class query the output of http request...
  4. Extending a Servlet and sharing HttpServletRequest

    Hi there.

    I been messing around with having a template master servlet which does all the verifications required and then running a basic code to extend from this template servlet.

    Within the...
Results 1 to 4 of 4