Thursday, 18 September 2014

Custom AUI Validation in Liferay 6.1


Implementing a custom rule for non-alphabets using AUI Validator:

A simple program to compare Start Date and End Date using AUI Validator:

Many a times it is required, that we want to provide rules to dynamically added fields.
We can use current validator and iterate over rules by passing rowId:

1 comment:

  1. Hi Manali,
    Thanks for nice article,can you provide complete validation code for dynamiclly added rows

    ReplyDelete