Including RSS Viewer Task Flow runtime as drawers in an accordion
Hi,
I have a requirement to add drawers in an accordion dynamically in ADF. To explain the requirements in details:
1. Screen A - Has a 2 input boxes to specify the RSS Feed name and the RSS Feed URL and an Add button respectively
2. Screen B - This has an accordion which needs to list down all the user specified feeds in seperate drawers. Once the user adds the new feed on Screen A, a new drawer should be added to the Accordion component present on Screen B on the fly?
3. We plan to re-use the RSS Viewer Taskflow.
Conceptually I feel the steps are:
a. Create a JSPX File and the Accordion in the JSPX File (Design time)
b. Create a new instance ShowDetailItem in the Backing bean
c. Create the instance of RSS Viewer Task Flow and pass the user specified URL as a parameter+
d. Add this showDetailItem component to the Main Accordion using the addChild
I am unclear on the implementation of Point c. How can we include the RSS Viewer Taskflow (Webcenter Services) dynamically and pass any Feed URL to it - from the backing bean.
Any kind of help will be deeply appreciated. Thanks
Thanks in advance.
Lilly