extjs4 server side validation,how to?
问题 i have a form in extjs and i need to do some validation tests on it on server side and return a message error but i have no clue how to do this! i need to verify if the new added ip adress already exists i also need to verify if it is actually a valid adress (i have a c# function that can do this) if these conditions are ok it can be added. if not, i'd like to show an error message to the user saying what is the problem now when i call my save button submit,i do these tests on my c# before i