Stuck on this, can't seem to find why my EPartService is not being able to find the part even though I give it the correct id.
Is there any pre-step that i need to do? I tried with both the id and the elementId and calling findPart always returns null, meaning it didn't find the part in question...
I have this code in a handler class that i call when pressing on a button in the UI, if this can make any difference in the answer...
Stuck on this, can't seem to find why my EPartService is not being able to find the part even though I give it the correct id.
Is there any pre-step that i need to do? I tried with both the id and the elementId and calling findPart always returns null, meaning it didn't find the part in question...
The elementId is correct. Did you try stepping through the code?