cancel
Showing results for 
Search instead for 
Did you mean: 

Showing empty in DropDown By Index

Former Member
0 Kudos

hai,

I am using DropDownByIndex is showing an empty field in first position. i bind a context node to that listbox.

i changed the cardinality of a contextnode to 1..n, but not solved.

Please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

what error is it displaying

Former Member
0 Kudos

Kind Status Priority Description Resource In Folder Location

Error DropDownByIndex DropDownByIndex1 [texts]: Context element and property are not compatible AuthUploadApplicationView.wdview AuthUploadWebDynpro/src/packages/in/mobileone/www

Former Member
0 Kudos

Hi,

Cardinality : 1..n

Selection : 1..1

DropDownByIndex "texts" property should be bound to this node's value attribute.. The value attribute is of type ???

String or integer ?

If all these conditions are met..and still you are getting a empty value.. check the node date. There might be a empty value in itself.

Regards

Bharathwaj

Former Member
0 Kudos

Thank you Bharatwaj.

i got it. thanks for your help.

Answers (2)

Answers (2)

Former Member
0 Kudos

am not able to get much from the error.

pls check if the binding bw the context and the property of the dropdown is bound properly.

Former Member
0 Kudos

set the selection cardinality to 1..1

that shd do the trick

Former Member
0 Kudos

Hai Karthikeyan,

I changed cardinality to 1..1 but when i try to create archive it dialogs build errors and not deploying.