cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro - "Blog Comment" component

Former Member
0 Kudos

Gurus.

I need to create a web-dynpro component: "Blog Comment".

In a notification we like to store long-text as a blog comment hierarchy...(like a forum)

...where you can add comments to different levels in a hierarchy.

Is that possible ?

In a notification you will have comments (long text) from our users in the system and comments from the end-customers.

As a conversation between my company and the customer.

Are there any standards that I can re-use, or are there any "blog comments" components ?

Please advice.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Maybe we can have a competition here..."Who can build the best Blog Comment application"

Or maybe Thomas Jung can spend 5 minutes to build one...

??

Thanks to all of you...

Former Member
0 Kudos

Yes, we will do YOUR work and you will earn the money! Great idea

ChandraMahajan
Active Contributor
0 Kudos

Hi,

there is no exact standard application for your Blog Comments application requirment but you can have look into WDA

WDR_TEST_CHAT.

you will get some idea on how to build something based on this.

I hope this will helpful for you.

Thanks,

Chandra

Former Member
0 Kudos

I don't think there are any standard UI elements or even standard WD components that you could use.

You would have to dynamically in your code to create each of the TextView elements and pad them on the left accordingly (based on whether it is an original comment or a comment on a comment) to achieve that indented look.