What I've done in similar situations is to have the ajax call update
one of the target divs with content that includes a script snippet
that re-fetches the other target div. This makes sense if you're
talking about different content being updated in each div. If so it's
hard to see how else you could do it as the controller action can only
render a single response. If for some reason the same content is
updated in both places you could use Ajax.Request instead of
Ajax.Updater and hand-roll the code for updating the divs with the
response content, it wouldn't be that hard.
Cheers,
Rob
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email