T
tiewknvc9
hi!
is it possible for a servlet to produce a jsp page that can still run?
for instance I want to run
<%@include file="../Header.html"%>
in the page generated by the servlet. However when I do this by
response.write("..."), nothing appears on screen.
Is it possible? or is there a better way to output this file from a
servlet?
Thanks!
is it possible for a servlet to produce a jsp page that can still run?
for instance I want to run
<%@include file="../Header.html"%>
in the page generated by the servlet. However when I do this by
response.write("..."), nothing appears on screen.
Is it possible? or is there a better way to output this file from a
servlet?
Thanks!