PDA

View Full Version : Interoperability between two different Laszlo component


atropper
07-21-2005, 05:52 AM
Hi,

Is it possible to activate methods or interoperate between two different Laszlo components which are on the same HTML page?
For example:
There is a page which render two different Laszlo objects (each one of them is a different canvas).
The first componenet is combobox and the second is a list.
In case an item is selected in the combobox, I would like to change the content of the list (the second Laszlo component)
I would like to do so without going to the web server and render the all page from the begining.

Thanks,
Amit.