cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying array Elements

0 Kudos

Hi,

I would like to display a values of the variable in Table and i have declared this variable as String array.

how can i display value of this variable in Table, can any one help me?

Thanks in advance.

Best Regards

Yasir Noman

Accepted Solutions (0)

Answers (2)

Answers (2)

htammen
Active Contributor
0 Kudos

Hi,

bind your table to a context node with cardinatlity 0..n and bind the context node to the string array with

IWDNode.bind( java.util.Arrays.asList( stringArray ) );

I think that should work.

Regards

Helmut

Former Member
0 Kudos

hi,

actually my problem is to display elements in a new view in form of row by selecting any elements from dropdown list and that view should be open on same window.

Former Member
0 Kudos

I didn't get u.. Please be specific

Former Member
0 Kudos

Can you be more specific? Do you want to display a two-dimensional String-array in a table?

Armin