×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: sumesh tg
Added: Sep 30, 2016 9:23 AM
Views: 2104
  1.  
  2.             /* ======================== Validation Support ==================== */
  3.             ValidationSupport validationFeeSupport = new ValidationSupport();
  4.             validationFeeSupport.registerValidator(cmbFeeType, Validator.createEmptyValidator("Fee Type required"));
  5.             validationFeeSupport.registerValidator(cmbCurrency, Validator.createEmptyValidator("Currency required"));
  6.             validationFeeSupport.registerValidator(txtAmount, Validator.createEmptyValidator("Amount required"));
  7.             ObservValidateProcessingFee.add(validationFeeSupport);
  8.