oracle adf - ADF - Bind multiple data controls to a Carousel Item -


I am currently trying to bind 3 different graphs into a carousel item in a carousel. But I'm not sure how to bind it to 3 different data controls.

What I've read, has only tied 1 data control into a carousel item.

As far as model goes, the carousel object is based on a collection and thus a single data Control. You can add the contents of other data controls in the item, but for this you need to manually synchronize the data that displays the existing data, other data can be displayed for it.

Check this for a similar solution:

Comments