You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Qian <Da...@accrue.com> on 2000/05/04 00:48:07 UTC

Can an applet be included in a jsp page using
Hi, everyone:

I have to write an applet to show corresponding information when a item is
selected.
I would like to include the applet in the jsp page and passing some
parameters dynamically.
Can an applet be included in a jsp using <jsp:include page= ?
Some documents say "the included page can be a static document, a CGI, a
servlet or another jsp page".

Any help will be highly appreciately

David