Skip to Main Content

Developer Community

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to consume view Criteria in JSFF pages from Rest Services Exposed View Object

I am trying to expose a View Object as a REST resource and consume it using ADF Data Controls. While I have successfully implemented the master-detail functionality by binding the exposed REST endpoints to the ADF components, I am encountering an issue when attempting to consume the View Criteria in my JSFF pages. Although the View Criteria has been defined in the View Object and is intended to filter the data dynamically, I am seeing the error 'No fields are selected,' which suggests that the criteria parameters may not be properly exposed in the REST service, the Data Control might not recognize the criteria, or the page bindings could be misconfigured. I have also verified the REST data using the REST row finder and ensured that it is exposed, but the issue persists.

Comments
Post Details
Added on Dec 22 2024
4 comments
81 views