Hello,

The last time I did it, I transformed the HMTL file
into a JSP file and used the "include" tag of JSP's
(if the caller is a JSP). Or the
getServletContext().getRequestDispatcher from the
servlet API if the caller is a servlet.
You can also use getClass().getResourceAsStream()
method but it would read from IO (and impair your
performance I think) if you did it on every request.

Hope it helped,
Vincent

=====
Vincent BUI,
[EMAIL PROTECTED]

PS : la signature de propagande qui suit n'est pas de mon fait.

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.fr

___________________________________________________________________________
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

Reply via email to