JavaBeans on a web page

Hi,

I've been trying to link two Java beans on a web page running on Internet Explorer 6.

The beans communicate via an event which extends EventObject.

The beans are linked through a JavaScript method which gets the reference of one and calls the addXXXListener class of the other bean.

When the event is triggered and the method defined in the listener is called in Bean A through the listener, nothing happens.

I have tried triggering an ActionEvent and that seems to work fine, it's only when I try to use my own event that I have problems.

By the way, the whole thing works perfect as an applet.

Does anyone know how to link beans on a web page, using my own events to communicate between them?

[757 byte] By [markuswolf] at [2007-9-26 18:45:24]
# 1
What are your exact problems! Cite exceptions, snippets, etc. ...Alexander
Alexander_Sack at 2007-7-3 3:27:18 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Hi Alexander,thank you for your reply, but I already solved the problem. It seems that only some JavaBeans are running on my machine. The application worked fine on other machines.Thanks anyway
markuswolf at 2007-7-3 3:27:18 > top of Java-index,Desktop,Developing for the Desktop...