Hello all,
I've implemented some client side page validation using JavaScript which works well,
but I want to implement some simple checks on server side also. I know how to evaluate
the values in my UI using velocity after the page is submitted, but how do I prevent the
page from saving if my criteria isn't met?