The JSON expected to fill a SelectBox expects "success" with a boolean (true or false)
Code: Select all
{
"success":true,
"response":[
{"text":"Dishes and Cups", "value":"18"},
{"text":"Soaps", "value":"14"}
]
}
As you know, IWS does not support booleans true/false, so it cannot be used to generate the JSON stream expected by ProfoundUI.
Would you have an alternative, for example the possibility of sending {"success": 1} which would be interpreted by a {"success": true} ?
Hoping IBM will evolve IWS....
Regards