cancel
Showing results for 
Search instead for 
Did you mean: 

Rss feed element

Former Member
0 Kudos

Hi gurus..

I'm creating RSS feed in my project. Is there any suitable element to display rss feeds except rowrepeater?

Because rowrepeater element not exist in my web dynpro version.

Thanks..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can create the corresponding UI programmatically in wdDoModifyView(). If you create a separate Web Dynpro component for this, you can reuse it in any Web Dynpro application.

Armin

Former Member
0 Kudos

Is there any tutorial on this?

Former Member
0 Kudos

I don't think there is a tutorial on this. But what you have to do is this:

- Provide methods to read the RSS feeds and parse them

- Whenever the feeds have been updated, notify the view controller via an event

- In the event handler, mark those parts of the UI that should be recreated

- In wdDoModifyView(), check the change flag and rebuild the invalid UI parts using the UI element API

Armin

Answers (1)

Answers (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi

You can try a simple table. If you like you can hide grid lines in the table, perform additional customization.

BR, Siarhei