Hi,

the jsp 1.0 specification does not contain a servlet-tag.
If you want to get the output of executing a servlet look
for
        <jsp:include page="/servlet/AccountSummaryServlet" flush="true" />
in the spec.

>Hi all,
>I'm using SERVLET tag inside my jsp to kick off a servlet. but the servlet
>is not getting loaded.
>
>This is my code :
>
><SERVLET NAME="AccountSummaryServlet" CODE="AccountSummaryServlet"
>CODEBASE="http://90.5.5.100/servlet/">
></SERVLET>
>
>The name of the servlet i want to Kick off is AccountSummaryServlet.Can
>anyone tell me if there is anything wrong in this code.
>
>
>Thanks in advance.
>
>
>Diwan
>
>===========================================================================
>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

Ciao,
        Carsten Heyl

  Carsten Heyl                          [EMAIL PROTECTED]
  NADS - Solutions on Nets              http://www.nads.de/
  NADS GmbH                             http://www.pixelboxx.de/
  Hildebrandtstr. 4E                    Tel.: +49 211 933 02-90
D-40215 Duesseldorf                     Fax.: +49 211 933 02-93

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