cancel
Showing results for 
Search instead for 
Did you mean: 

List Box in Webdynpro

Former Member
0 Kudos

Hi,

I want to use list box(for multiple selections) in webdynpro iview but unfortunately I couldn't get any such control.

I tried using htmlb jar file and used ListBox class but giving as NoClassDefFoundError.

Is there any other control to get this functionality. I'm using WAS 640 SP12 or do this control available in SP14 ?

Thank you very much for your help and time.

Best Regards,

Shiva Kumar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi shiva,

For multiple selection u can go in for checkboxGroup element.Bind the property of the checkoxgroup to a node and set the cardinality to 0..n and also the selection also to 0..n.For multiple selections.create a simple type and add the values that u want to list.

If u wanna list type then u can use dropdownbykey.

Hope this helps u

Regards,

Nagarajan.

Former Member
0 Kudos

check this thread

it talks about using the "TABLE" element and make it look like a list box...

Former Member
0 Kudos

Shiva,

Use table with one column, or CheckBoxGroup instead.

ListBox will be available since NW 7.0

VS