In my application have a single select which displays "items from service"
the output of the service is list of name-value pair and the binding of the single select is also name-value pair object, but when I am trying to read the selected name and value in my code using getSelectedItem()
or by directly accessing the binding I always get the code, not the value.
I debugged it a lot and found that everything is fine still the binding is coming as string only not name value pair object. Does anyone have an idea about this issue?
Thanks!
My BPM version is - 8.6.0.0
Build Level : 20170918-081825
Build Date : 9/18/17
Package : com.ibm.bpm.ADV.v85_8.6.0.20170918_1207
Architecture : x86-64 (64 bit)