Is "Mark" talking about the Struts Validator framework or about dataMark is talking about Struts Validator Framework. And particularly (I think) the use of DynaValidatorForm, ...
validation in general?
Assume the former, the Validator framework provides an easy, powerful,
and customizable method of validating form input before any Action
processing. Using either customized Java code or regular expressions, a
developer can ensure that any incoming form data is legal and valid.
This is a tremendous help to any developer as it prevents bad data from
being processed by their Action and, many times, causing the user to see
annoying 500 errors.
Yes, I agree.
Thank you.
Jérome
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]