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!

Including RSS Viewer Task Flow runtime as drawers in an accordion

Lillyd-OracleJun 4 2010 — edited Jun 4 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2010
Added on Jun 4 2010
1 comment
593 views