We are using the dojo toolkit in WebWork - this allows client side
events. So, from the first component you would specify a "notifyTopic"
name (arbitrary), and then on the second component specify the same name
for the "listenTopic". Topics can also be bound to specific javascript
functions in the page. This seems to be working well, without too much
complexity.
/Ian
--
From Down & Around, Inc.
Innovative IT Solutions
Software Architecture * Design * Development
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
web: www.fdar.com
email [EMAIL PROTECTED]
phone: 617.821.5430
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Michael Jouravlev wrote:
Hi, Ajax gurus, I have an OT question: how to ensure the proper order
of several XHRs? I found how to create several XHRs simultaneously,
but I have a requirement: to wait for the first request to return
before firing the second, because I need second request to pick up
server state updated by first request. Got any advice? Or the only
thing is to reorder/synchronize them on the server?
Michael J.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]