Hello.
Is it possible to handle com.vmware.ui.events.NavigationRequest in vSphere Web Client plugin?
This code doesnt work in my mediator
[EventHandler(name="{com.vmware.ui.events.NavigationRequest.NAVIGATION_REQUEST}"] publicfunction onViewNavigationRequest(event:NavigationRequest):void { Alert.show("navi request"); }