The getApplets method of the AppletContext seems to be a good place to
start. The context should be the document (page), so the method should
return the other applets.
AppletContext
Enumeration getApplets() Finds all the applets in the document
represented by this applet context.
Caveats: 1. The applets must share the same codebase. (i.e., be in the same
server directory).
2. Once you have the applet object you can call it's methods, but I
recommend they be synchronized so as to serialize access.
Let us know what you do and how it works.
Regards,
Ronn Newton
---
You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]