My SmartGwt Version - SmartClient Version: v10.0p_2016-02-12/LGPL Development Only (built 2016-02-12)
My GWT Version - 2.6.1
I have a bunch of TextItems inside a dynamicform which is DS bound. On save action if any of the text boxes does not have a value the string "null" is being sent in the DSRequest and hence displayed back to the user in the unedited textItems.
I cannot do a check on the server for if the value equals "null" because supposedly "null" is a valid name :-) .. What options do i have to fix this , is there a way i can override SmartGWT to send "" empty or a null object instead of sending "null" string ?
Any help woyld be really appreciated
Thanks,
Sid
My GWT Version - 2.6.1
I have a bunch of TextItems inside a dynamicform which is DS bound. On save action if any of the text boxes does not have a value the string "null" is being sent in the DSRequest and hence displayed back to the user in the unedited textItems.
I cannot do a check on the server for if the value equals "null" because supposedly "null" is a valid name :-) .. What options do i have to fix this , is there a way i can override SmartGWT to send "" empty or a null object instead of sending "null" string ?
Any help woyld be really appreciated
Thanks,
Sid
Comment