I am putting a jsp:plugin tag in jsp to use applet. I want to use java
plugin 1.4.2. How can I wite the attribute for the tag?
<jsp:plugin
type="applet"
code="mypackage.MyApplet"
//any other attribute I should use?
jreversion = ???
iepluginurl =???>
Thanks,
autogoor
autogoor@yahoo.com - 25 Feb 2005 21:26 GMT
Anyone has an idea?
Thanks,
goor
> I am putting a jsp:plugin tag in jsp to use applet. I want to use java
> plugin 1.4.2. How can I wite the attribute for the tag?
[quoted text clipped - 9 lines]
>
> autogoor