[Zope] Using java applet with zope

Jens Vagelpohl tommymi@concentric.net
Thu, 2 Dec 1999 11:12:42 -0500


alwyn,

how you call it and where you store it is, as i think, a matter of personal
taste. you could stuff everything in a special applet-folder and call it
like:

<applet code="<dtml-var path_to_appletfolder>/ABC.class" width=600 height=80
name="ABC"></applet>

jens


> -----Original Message-----
> From: alwyns@prism.co.za [mailto:alwyns@prism.co.za]
> Sent: Thursday, December 02, 1999 11:15
> To: Jens Vagelpohl
> Cc: zope@zope.org
> Subject: Re: [Zope] Using java applet with zope
>
>
> Thanx that worked,
>
> Any ideas how it will work if my applet tag is in a different
> folder or do you
> think one should always use a Dtml-method to wrap the applet in
> its current
> folder and then use the method from there on?
>
>