RangeValidator: My first attempt to contribute to MonoRail

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).

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.