I have a touch ui dialog for my AEM component .In this dialog there is a special field (textfield) and I want to validate the value entered by calling a web service.I use the below JavaScript to register a validator(function($, window, document) { var registry = $(window).adaptTo("foundation-r...