Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SGWT Mobile DynamicForm validation peformance

    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,

    #2
    In fact DynamicForm.saveData() does only call validation, it does not call DataSource.saveData() or addData(), so either it's not complete or it should be renamed.

    Comment

    Working...
    X