Skip to content
Luis Majano edited this page Nov 30, 2015 · 14 revisions

Welcome to the ColdBox Validation Module

ColdBox sports its own server side validation engine so it can provide you with a unified approach to object and form validation. We have based it on several interfaces, so you can also use any validation framework in your as long as they implement the required interfaces (See the included API Docs).

ColdBox Validation is not supported on CF 8. You'll need to have CF 9 and up or Lucee.

Introduction

ColdBox validation is based on a way to declaratively specify validation rules for properties or fields in an object or form. The constraints can exist inside of the target object or you can define object and form constraints in your ColdBox configuration file so you can reuse validation constraints or as we call them: shared constraints.

Clone this wiki locally