I created (extended) a self-rendering component from the UIXComponentBase class. It works very well. However, when a partial page response (PPR) is received, I get the following error:
No PPR-cabable id found for elements of MyUIComp(UINodeFacesBean, id=_id3)
I used the following forum article as a reference
2989755
I have over-ride the following methods.
getRendersChildren: I return a true
encodeChildren: I do all the encoding process here
The remaining encode methods are not overridden.
Any advice?