wdDoModifyView javadoc recommends to use a static variable of view controller (VC) to pass/publish a references of UI elements to event handlers of VC.
it means then that different instances of VC serving different users share same static variable... i see here a problem, do not you?