ColdBox HMVC Documentation
7.x
DocsSourceSupportTraining
Search
⌃K
Links
Introduction
For Newbies
60 Minute Quick Start
Getting Started Guide
Getting Started
Installation
Application Templates
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
How are events called?
Getting & Setting Values
Setting Views
Relocating
Rendering Data
Sending Files
Interception Methods
Model Integration
HTTP Method Security
Implicit Methods
Executing Events
Executing Routes
Viewlets - Reusable Events
Event Caching
Validation
Layouts & Views
Models
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
ColdBox Scheduled Tasks
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Architecture Concepts
How ColdBox Works
Powered By GitBook

Validation

ColdBox Core MVC does not have validation built-in but it is implemented via the official core cbValidation module. You can easily install the module in your application via:
box install cbvalidation
You can find much more information about this module in the following resources:
  • Source: https://github.com/coldbox/cbox-validation​
  • Documentation: https://github.com/coldbox-modules/cbox-validation/wiki​
  • ForgeBox : http://forgebox.io/view/cbvalidation​
Previous
Event Caching
Next - The Basics
Layouts & Views
Last modified 10mo ago