Hello,
SGWT mobile version: 1.0 06/05/2012 09:30 -0700
The current mobile DynamicForm.saveData() implementation validates the form values by iterating on form items and sending a validate request to server by calling dataSource.validateData().
We cannot afford this performance penalty (too many requests), so I have 2 questions:
- how can we disable this behavior?
- is there any client side validation available in SGWT Mobile?
Thanks,
SGWT mobile version: 1.0 06/05/2012 09:30 -0700
The current mobile DynamicForm.saveData() implementation validates the form values by iterating on form items and sending a validate request to server by calling dataSource.validateData().
We cannot afford this performance penalty (too many requests), so I have 2 questions:
- how can we disable this behavior?
- is there any client side validation available in SGWT Mobile?
Thanks,
Comment