I was just researching a form/values manager issue in our system where it appears that only the first form member's values are being sent in the server request even though the Values Manager has multiple form members and all the expected fields.
The showcase split form example may be having the same problem:
http://www.smartclient.com/smartgwt/showcase/#layout_form_splitting
It has an invalid date value (256) by default, but when submitted with that bad date, it fails to catch the validation issue for it (or so it seems). I am wondering if this is the same behavior that I am seeing in our system.
Any thoughts on this one?
Thanks.
P.S. We are also using the latest 2.4 SmartGWT build.
The showcase split form example may be having the same problem:
http://www.smartclient.com/smartgwt/showcase/#layout_form_splitting
It has an invalid date value (256) by default, but when submitted with that bad date, it fails to catch the validation issue for it (or so it seems). I am wondering if this is the same behavior that I am seeing in our system.
Any thoughts on this one?
Thanks.
P.S. We are also using the latest 2.4 SmartGWT build.
Comment