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!

Programmatic View Object :needs to implement method: "getScrollableData"

3611984Oct 9 2018 — edited Oct 31 2018

Hi,

I am using Jdeveloper 12.2.1.3

I have created programmatic view object. I used that view object on jff as form. When i run application I get following error

oracle.jbo.JboException: JBO-29126: Component subclass of Programmatic View Object "net.test.demo.testApp.model.vo.SearchPageSearchAttrrVO" needs to implement method: "getScrollableData"

I checked java class for this vo and it does contains getScrollableData() method. I am not getting why this error is coming.

pastedImage_3.png

Do i need to override this method?

Regards

Akshay

This post has been answered by Cvele_new_account on Oct 9 2018
Jump to Answer
Comments
Post Details
Added on Oct 9 2018
2 comments
2,111 views