Hi, In article <[EMAIL PROTECTED]>, Mon, 12 Apr 2004 16:24:12 -0700, [EMAIL PROTECTED] (Conan) wrote: woodsc> Well, nevermind the constructor and such, most of that was copy pasted woodsc> from examples and not important. I originally tried it with a woodsc> ServletTestCase, but I had the same problem. My main issue is that I woodsc> would like to see the output of the servlet with the getText() method. woodsc> Do you have any ideas as to the problem?
As Vincent suggested, vmassol> 6/ You're instantiating a servlet object but a servlet is not supposed vmassol> to do anything in its constructor... and you're not calling any other vmassol> method... and this may be the cause. Your testJsp method do not call any service provided by LoginJSP servlet, doGet(request, response) for example. Regards, ---- Kazuhito SUGURI mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
