You cannot post messages because only members can post, and you are not currently a member.
Description:
Validat is an open source data validation engine, developed in ColdFusion, whose purpose is to be dropped into any application and with a minimal amount of customization, perform any data validation needs for that application.
|
|
|
org.cfcunit.Object error
|
| |
Hi, I am trying to run this file: /tests/Validat/allTests.cfc but I am
having this error:
Could not find the ColdFusion Component or Interface
org.cfcunit.Object.
How can I fix that??
|
|
SVN user and password???
|
| |
Hi! i am trying to connect to [link] via
TortoiseSVN and it asks me for an user name and password... any idea
how to fix that?
|
|
The data collection provided is not recognized.
|
| |
Hello Guys,
Back implementing Validat for the first time in a while, working with
MG:G and Transfer. I'm currently using CS and Brian Koteks wonderful
beanutils package to autowire a validate instance into my transfer
decorators, and then trying to validate the objects from within
themselves like so:... more »
|
|
Any interest in a Validat factory CFC and a IsValid() adapter?
|
| |
Hello all,
I'm a CF backend coder and I've been working on a web application
project for the past 5 months. I chose to use the Model-Glue framework
for the application with Transfer as the ORM. I had used both Model-
Glue and Transfer in previous projects but this project is the first
one where I have used them together.... more »
|
|
svn and trac site down
|
| |
Hi guys,
I'm trying to download validat but the trac an svn sites seem to be
broken or no longer running.
What is that status of this project?
Chris
|
|
Dependencies?
|
| |
Jeff,
I need to create a new rule that validates an user inputted date/time
is after a dynamic date/time based on the time of submission.
After looking through some of your validation rules I think I will
need to use dependencies to compare the form value to a dynamic
value. Do you have an example of this?... more »
|
|
Database schema for storing rules?
|
| |
Jeff,
In your blog series on the alagad site, you refer to storing rules in
the database as opposed to XML. I was wondering if you had a sample
schema you might share here to help jumpstart something I'm working
on?
It looks like a table for rulesets, a table for rules and messages, a
table for rule arguments, a way to relate rule types to CFCs (could be... more »
|
|
Planning to try
|
| |
Hey guys, big fan of the recent Alagad posts and this new project. I currently handle my validation on a per-form basis using Dan Switzer's qForms for client-side and my own set of checks on the server side. It works fine but I see Validat as a way to abstract these various rules (and occasional overlaps in logic) into something more logical.... more »
|
|
Why XML?
|
| |
I love the idea of abstracting core validation to so that business rules can simply piggyback off of the same set of functions. It makes a lot of sense. Is there an advantage to storing rules and, if I'm understanding correctly, assertions in XML files? It seems like reading an XML file would affect the performance of the application in a high traffic... more »
|
|
New Validat Series
|
| |
For those who may or may not be watching the Alagad blog, I have just finished up a new series of articles on the various concepts that Validat is built around. If you have any feedback on the articles or on Validat, please let us know. We would like your opinion. * Validat 101 :: Data Definitions :: Part 1 -... more »
|
|
|