Community
Participate
Working Groups
When creating a custom widget composed of other widgets, it is desriable to overwrite getChildren to prevent application developers from accessing widget-internals. However, when this is done in RAP, the internal widgets will not be rendered to the client.
Fixed by obtaining children from the Composite's ControlHolder in WidgetTreeVisitor instead of calling getChildren directly.