running jswdk-1.0.1 on NT, expected behavior occurs.

robert young

On Tuesday, February 08, 2000 13:54, Gil Murray [SMTP:[EMAIL PROTECTED]] wrote:
> Hi Isa,
>
> The page is quite simple:
>
> <%@ page info="This JSP servlet tests the use of the jspInit() method" %>
>
> <%! public void jspInit()
> {
>     super.jspInit();
>     System.out.println("Executing jspInit()...");
> }
> %>
>
> <% System.out.println("Processing request..."); %>
>
> Repeat requests give the following output:
>
>     Executing jspInit()...
>     Processing request...
>     Executing jspInit()...
>     Processing request...
>     Executing jspInit()...
>     Processing request...
>     :
>
> instead of:
>
>     Executing jspInit()...
>     Processing request...
>     Processing request...
>     Processing request...
>     :
>
> Regards,
>
>    Gil
>
> >
> > Can you send me your JSP page that shows this problem ?
> >
> > regards,
> > -isa

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to