Hello Christoph,
it still doesn´t work for me. I have the following in my jsp:
<f:subview id="myBean">
<ls:panel facet="content" id="container"
binding="#{myBean.container}"
title="Some custom stuff" width="100%" height="100%"
hasEditableTitle="false" isCollapsible="false" collapsed="false"
enabled="true" headerDesign="STANDARD" borderDesign="BOX"
scrollingMode="NONE" isDragHandle="false" contentPadding="STANDARD">
<f:attribute name="sap-delta-id"
value="#{sap:toClientId('container')}" />
The manged bead has a variable
UIComponent container;
and the getter and setter methots, each with an override annotation.
Do you have an idea why this still doesn´t work?
Olga