Hi Amir, Amir Kouchekinia <[EMAIL PROTECTED]> wrote on 06/13/2007 02:11:48 PM:
> Problem: When the second call to the 'makeChangesToDoc' is made, the > 'myUpdateManagerListener' will always get an 'updateFailed'. I am not > sure if I have come across a bug, or I am missing a crucial step. I suspect that you are 'caching' the UpdateManager from the first Document. A new UpdateManager is created for each document. So after the first rendering of each document you need to get the new UpdateManager. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
