cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically adding control in a wiev

Former Member
0 Kudos

Hi,

I'm trying to develop an application that display many peoples picture in a view.

I must add images programmatically in a view.Because number of people is changable.

Is it possible to add images with programmatically in a view in web dynpro java application?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Of course this is possible but maybe you can use a RowRepeater instead. Then you just bind the RowRepeaters children to the context node supplying your people data and you are done.

Former Member
0 Kudos

Hi,

is there a sample code using RowRepeater?

Former Member