On 7/11/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Most of my validation is handled by the Validator framework right now > which, admitedly, ties things to Struts to some extent (though there's no > reason I couldn't pull Validator 'down' a level and use it under some other > presentation technology if it didn't provide an equivalent. >
Indeed, making this possible was a primary reason for separating validator out of Struts and moving it to Jakarta Commons in the first place. This has enabled lots of folks to use Commons Validator for enforcing rules in the business tier (as opposed to the view tier) -- to say nothing of allowing Shale to leverage the client side validation capabilities without depending on Struts 1.x code. > L. Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]