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.

Do i need to override this method?
Regards
Akshay