Hi,
Is there a Struts version of the <jsp:plugin> tag?
What I'm trying to do is something along the following lines:
<jsp:plugin type="applet"
name="appletName"
code="com.xxx.applet.class"
archive="<%=archive%>"/>
Ideally I'd like a html:rewrite tag to generate the path to the applet's
JAR, but I can't achieve this directly or indirectly via a scriptlet.
If there isn't a struts version of the jsp:plugin tag, does anyone know how
I can achieve this? Is it possible to extend the plugin tag and amend the
archive property setter?
Any help greatly appreciated.
Cheers,
Alan.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]