cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Selection

Former Member
0 Kudos

Hi All,

I would like to create a 'list' control in webdynpro so that user can select more than one item from the List.

Which control would be best for these kind of requirements?

Thanks & Regards

V.Das

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

vijay,

In any case you need context node with cardinality multiple.

Next, use one of the following:

1. CheckBoxGroup for small lists (NW04/NW04s)

2. ItemListBox for medium size / large list (NW04s only)

3. Table with selection auto or multiple for medium size / large lists (NW04/NW04s)

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Valery,

Where to find ItemListBox?

Thanks& Regards

V.Das

former_member182372
Active Contributor
0 Kudos

It is available "NW04s only"

Former Member
0 Kudos

Maksim

In NWDS 2.0.16, 'ItemListBox' control is not available.

Where to search for it?

Thanks & Regards

Vijay

Former Member
0 Kudos

vijay,

Again, see it in NW04s -- this version just released.

If (when) you upgrade, you'll see 7.0 version in NWDS.

For now use Table control with single column.

VS

former_member182372
Active Contributor
0 Kudos

Again, it is available "NW04s only". NWDS 2.0.16 is not part of NW04s.

Former Member
0 Kudos

Hi Valery,

i would like to to develop a ListBox with multiple selection in Web Dynpro for java.

My problem is, i don't have any example relating to the ItemListBox or a small code showing how to implement that. Please send me source code

Thank you in advance