Home > Guides > Core Developers Guide > Validation > conditionalvisitor validator

Description

The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator only if the expression will evaluate to true.

Parameters

  • expression - an OGNL expression which should evaluate to true to pass validation to the VisitorFieldValidator

Examples