Announcement

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

    server side conditional required validation

    I have to implement a server side validation for conditional required boxes i.e. data should be entered in them only when certain criteria in a particular field is met. I was able to do it on client side using javascript for enabling and disabling those boxes.Can you please tell me if isomorphic provides any server side validation for this case?

    #2
    See the server-side JavaDoc, in particular DSResponse.addError().

    Comment

    Working...
    X