<bean:define id="archive"><html:rewrite .../></bean:define>

and then use it just like have below.

Quoting Alan Pocklington <[EMAIL PROTECTED]>:

> 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.

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to