Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are making your own column validator have a look at the source for UniqueValidator. You will realize that the values come in as a comma separated string.

Note

Currently, there cannot be used nested validators for the single <field> elements, they neither validators nor processors nested to each single <field> element can be used. They will be ignored.

You can just use a per-column validator validating a comma-separated input like described above.

...