After following the project quietly for months, I decided to test the waters and see what the CastleProject mind trust thinks of my paltry attempt at a contribution to their otherwise spectacular MonoRail web framework.
My contribution? A simple validation component called RangeValidator. Here’s a synopsis.
Added support for integer and DateTime range validation.
The RangeValidator handles both integer and date/time validation, based on the parameters passed on construction. Supports date/time fields in HTML text fields and supports the handling of enums as integers.
An explanation of each patch file follows…
You can read more and see the patch files by going to the CastleProject JIRA site (issue #COMP-15).