Hi
i’ve a Textfield with a IntegerValidator…when i set a default value that is a number display the red alert.
How should i set a default value?
Thanks!!
Hi
i’ve a Textfield with a IntegerValidator…when i set a default value that is a number display the red alert.
How should i set a default value?
Thanks!!
As a String, setValue(“1”) or setValue(String.valueOf(intValue)) if you are using 6.4
As a String or Integer if you are using 6.5.0