Hi,
We have two different valuelists A and B, both the valuelists are made of Custom Values like A- Start|0, InProcess|10, Done|20 & B- i18n:globis.label.process|0,i18n:globis.label.complete|10 etc.
the dataprovider associated to components with the valuelists A and B are of type INTEGER in database.
Now the issue is when we debug the code at client-side the realValue for valuelist A is $scope.model.valuelist[].realValue = 10 while for B is $scope.model.valueslist[].realValue = "10" which causes problem with out custom components as it tries to match the datatype as well and in result sets the value to empty(component with valuelist B).
Is there any specifics that need to be done in order to keep the realValue same as defined in Custom Value property (of type int 10 instead of "10").
PS- we sometimes get the below error as well
ERROR com.servoy.j2db.util.Debug - The valuelist was already created for type: TEXT
for the dataproviders:
So it can't be used also for type: INTEGER for the dataprovider: status
Thanks in Advance,
Jay Rao