Description

Error formatting macro: snippet: java.lang.NullPointerException

Parameters

Error formatting macro: snippet: java.lang.NullPointerException

Examples

Error formatting macro: snippet: java.lang.NullPointerException
  • No labels

4 Comments

  1. I think the description of validator has some error
    A Non-Field Level validator that validates based on regular expression supplied.
    I think change the description to
    A Non-Field Level validator that validates based on logic expression supplied.

    by yeeku.H.lee

  2. Maybe, unfortunately the example didn't help much. At least I didn't get it (sad)

  3. This page should explain whether the validation PASSES if the expression evaluates to true, or if the validation FAILS if the expression evaluates to true.

    1. Like all XW validators, this validation passes when the expression evaluates to true.