But wouldn't the generated page (after the jsp is compiled and the
.class is processed) be put through the servlet-engine again for the page to
be processed before the page is sent to the client? At that time the
<SERVLET > tag would be recognized.
    I have not yet actually started compilin a jsp on the server, but
wouldn't the compiler leave a tag which it doesn't understand as it is? Or
we can put it the <SERVLET> tag as a Java exprssion to be written as is in
the html and then when the generated html is processsed by the server, it
will recognize the tag.
    Thoughts from a begnner!!!
Rajendra.

NOTE : Carsten, the mail you answered to me earlier is the culprit behind
this abstract thinking!!!


----- Original Message -----
From: Carsten Heyl <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 03, 1999 6:38 AM
Subject: Re: Using SERVLET TAG in JSP


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

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