Issue on comboboxes with custom values in web client

Hi, is there a known issue on comboboxes with custom values running in web client? My screen has a combobox with “DATA1” and “DATA2” custom values. When I run it in Smart Client, the UI works fine, but when I run it as a Web Client it displays, “DATA1” and “DATA1” only. Is there a workaround on this using Servoy 5.2.1?

I don’t know about an issue like that, but can you try if it works correct with 5.2.7? A lot of things have been fixed since 5.2.1.

Is the link in Servoy download page pertains to Servoy 5.2.7? I can’t see the complete Servoy version history in the download page.

I’ve already downloaded Servoy 5.2.7 and it does not work on that environment as well. Does anybody has the same issue as mine?

Does anybody from Servoy know any issue about his? thanks.

what is exactly the issue? What are you exactly doing?
You could create a sample and attach it here, so that others can have a quick look
and then it it really seems to be an issue in servoy create a case.

jcompagner:
what is exactly the issue? What are you exactly doing?
You could create a sample and attach it here, so that others can have a quick look
and then it it really seems to be an issue in servoy create a case.

My dropdown boxes have incorrect values. It is suppose to have “DATA1” and “DATA2” items, but it only shows “DATA1” and “DATA1”. The dropdown box is a customized combobox with hardcoded “DATA1” and “DATA2” items. It only works fine in a Smart Client and not in Web Client.

Any update on this?

have you created a sample?

Rob

I was able to isolate the problem. The datasource variable of the combobox element was in NULL, while the combobox values were in number values. When I changed the datasource form variable to 0, it displayed the combobox values correctly.

Strange that Servoy IDE did not warn of any errors, instead it only displayed the first value of the valuelist a number of times in the combobox.