Hi Vinay
correct me if i am wrong.what you want is basically that you have a jsp wihin that jsp you have some servlet embebed that
produces some html snippets.this can be acheived thru what is called server-side includes "SSI".
you can do this by gettin a reference to requestdispatcher and invoking include method .
Cheers
Abhishek
---Original Message-----
From: Vinay K.V. Menon [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, May 25, 2000 2:55 PM
To: [EMAIL PROTECTED]
Subject: JSP-Servlet Question
Hi All,
Has anyone tried using a servlet within a JSP? I have a set of
servlets that generate HTML snippets that should integrate with the JSP page
from which they are invoked. Any leads on this would be more than welcome.
Thanks
Vinay
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
- JSP-Servlet Question Vinay K.V. Menon
- Re: JSP-Servlet Question Robert Nicholson
- Sharan, Abhishek
