Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add PPR response to a custom ADF component

667406Nov 14 2008 — edited Dec 17 2008
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2009
Added on Nov 14 2008
13 comments
909 views