Skip to content
jreyben edited this page May 1, 2015 · 14 revisions

Introduction

ColdBox sports its own server side validation engine so it can provide you with a unifed approach to object and form validation. We have based it on several intefaces, so you can also use any validation framework in your ColdBox applications as long as they implement the required interfaces (See http://apidocs.coldbox.org/). Hyrule by Dan Vega is the easiest to port as it was the framework that inspired us. ColdBox Validation is not supported on CF 8. You'll need to have CF 9 and up or Railo.

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