How can I use jsp in a normal html file (extension .html) with tomcat?
test.html:
<html>
<FORM>
<INPUT TYPE='text'
NAME='hn'
VALUE='<%= request.GetRemoteHost() %>'
SIZE='15'>
</FORM>
</html>
--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
- RE: embedding jsp into an html file. Christoph Kukulies
- RE: embedding jsp into an html file. Lacerda, Wellington (AFIS)
