hi although this is simply solved in jsp you can also do it with servlets
too
using requestdispatcher you can both forwar or include(which is what you are
lookng for)
here is a simple code that will include the page
ServletContext sc=this.getServletContext();
RequestDispatcher r=sc.getRequestDispatcher("/page to be
included");
r.include(req,res);
hope that will wok and so i hope so i will do it my self too
kerem
----- Original Message -----
From: "Srini Sathya." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 31 Temmuz 2000 Pazartesi 19:00
Subject: Include HTMl file in servlet
> is there anyway i shall include a HTML file into my servlet??
>
> Thanks
> Srini
>
> -----Original Message-----
> From: Carine Porret [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 31, 2000 4:23 PM
> To: [EMAIL PROTECTED]
> Subject: RC4 Encryption and servlets
>
>
> I'm desperate to find a java class that would allow me to encrypt a string
> with the RC4 algorithm. I found a class, but I can't seem to make it work
> correctly. Could this be a problem related to the use in a servlet ? How
can
> it be executed on the client side?
>
> Thanks a lot for your help,
>
> Best Regards,
>
> Carine Porret
> [EMAIL PROTECTED]
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html