Community
Participate
Working Groups
If the renderer fails to create a widget for a given element, it will dispose its created context (if any) prior to returning from the call. If we try to deconstruct the element later, it will fail with an NPE because the context has been disposed and getParent() will return null.
Created attachment 184361 [details] PartRenderingEngine patch v1
Fix released to CVS HEAD.