Since I upgraded SmartGWT I am getting an error while validating these fields:
I get the validation error: "Muss eine ganze Zahl sein", which translated means: "It must be an integer.".
The exact code worked with a previous version of smartgwt.
Works with: SmartGWT 5.0p 2015-04-12 Power
Does NOT WORK with: SmartGWT 5.0p 2015-09-01 Power
I guess this is a regression errror. Could you please take a look?
Using MSSQL Server 2014 as a DB.
Code:
<field name="f_boolean_field" type="boolean" sqlStorageStrategy="number" />
The exact code worked with a previous version of smartgwt.
Works with: SmartGWT 5.0p 2015-04-12 Power
Does NOT WORK with: SmartGWT 5.0p 2015-09-01 Power
I guess this is a regression errror. Could you please take a look?
Using MSSQL Server 2014 as a DB.
Comment