Community
Participate
Working Groups
As is, the code will just try to render the part without considering the fact that the part may not be pointing at its local placeholder. This can cause problems as renderer implementations have a tendency to try to ask the element for its parent or its placeholder. In this case, both methods will return 'null' for a shared part that doesn't have its placeholder adjusted.
Created attachment 183784 [details] EPartService patch v1
Fixed in CVS HEAD.