Li Chen Messages: 18 Registered: July 2011 Location: Sydney
Junior Member
I have a injected view part class: TestView and a handler class: TestHandler.
And I wish to obtained the exact injected TestView object, could somebody tell me how to do that please?
I've tried to use PartService.getPart(), but this only give me a MPart object.
I've also tried use ContextInjectionFactory.make(), but this creates a new TestView object instead of the one used as my view.