While working with TiNG client, we came across a weird problem where using same valuelist on more than bootstrap component 'Choice Group' results in following error:
ERROR com.servoy.j2db.util.Debug - Valuelist: yes_no_int used with different types
ERROR com.servoy.j2db.util.Debug - The valuelist was already created for type: INTEGER
for the dataproviders:
So it can't be used also for type: TEXT for the dataprovider: null
Please edit these dataprovider(s) (using table editor for database column or Edit variable context menu action for variables) of this valuelist: yes_no_int so that they have the same type.
However, if valuelist is configured only on single Choice Group, it is working fine as expected. Also, it is verified that we are using correct data types i.e. real value data type defined in valuelist matches the dataprovider data type.
We tried different versions of BootStrap components but same results. For reference, we have tried following versions:
- 2023.6.1
- 2023.6.0
- 2023.3.3
- 2023.3.2
- 2023.3.1
Any help will be highly appreciated.
Thanks