On Sat, Aug 27, 2011 at 9:14 AM, Robert Zeigler
wrote:
> FieldValidatorSource is heavily geared for form fields; form field validation
> involves potentially hooking up client-side js to the form field, displaying
> error messages to the user, tracking the field that generated the error, etc.
>
FieldValidatorSource is heavily geared for form fields; form field validation
involves potentially hooking up client-side js to the form field, displaying
error messages to the user, tracking the field that generated the error, etc.
If you don't have a form field, where does the request paramet
Trying to validate a request parameter but without using a form field.
Was going down the route of @Injecting a FieldValidatorSource and then
using that to create a validator which I can then use to validate the
parameter, but that requires me to insert a Field into the tml file
and the tml file i