Hi,
 the syntax for calling a servlet in a jsp page is

<servlet   name="some name" code="name of the servlet class"  codebase="path
to the class file(servlet)" >

parameter list
  .    .
  .    .
</servlet>

regrds
saravana kumar
> ----------
> From:         Nicole Ruschmaritsch[SMTP:[EMAIL PROTECTED]]
> Reply To:     Nicole Ruschmaritsch
> Sent:         Thursday, October 07, 1999 1:59 PM
> To:   [EMAIL PROTECTED]
> Subject:      how can I call Servlets in jsp10-Pages
>
> Hi everybody,
>
> I'm using JRUN 2.3.3 build 155 (if anyone knows..) and NES 3.6 on WinNT
> 4.0.
>
> I' m testing if I can migrate from jsp92 to jsp10 and where I get errors.
> Now it seems that Servlet-Tags like
>
> <servlet name="vote"></servlet> don't work anymore in jsp10.
>
> Also taglets like <counter></counter> are ignored.
>
> The code is treated as normal HTML-Text. After compilation the text
> (<counter></counter>) is written in the html-source-code.
>
> Do I have to call Servlets/Taglets with another Syntax ?? Or does anyone
> know, what the problem is....
>
> Thanks in advance
>
> Nicole
>

===========================================================================
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