Just updated to the latest nightly build and found a serious problem with validations. It seems that on an add request all fields are being flagged as required. When a form is first displayed, only the fields marked with required="true" have their labels shown in bold type as expected. However, if the form is submitted *all* fields are flagged with a validation error saying "field is required".
Announcement
Collapse
No announcement yet.
X
-
Hi Jay,
We're not seeing this regression with a simple test case.
Can you show us your dataSource definition, DynamicForm definition and the code that gets called to submit the form?
Also what is the exact sequence of events? Is the submit actually doing a server turnaround and returning a validation error or is it getting caught on the client and never sent to the server?
Thanks
-
I've reverted to the 11/11 build for now, but I did notice before that it was on the client side, before anything got sent to the server. It was happening on all forms and data sources in various different classes. I'll let you know if I see anything like it when I update to a new nightly in probably another week or so.
Comment
Comment