Hi ,I tried this approach as well its not working, still I see the default message.I think the problem in this dialog is included as cq:include in another dialog which might not allowing it ?Thank you
Hi Team,I am trying to show the custom message on dialog field if not valid using validate property.validate string (type) function(){ var Value = this.getValue(); if(Value.length > 0){ this.markInvalid('Please enter correct value'); return false; } }Still I am getting the default error message ...