Re: Validate without a form field

2011-08-29 Thread David Rees
On Sat, Aug 27, 2011 at 9:14 AM, Robert Zeigler robert.zeig...@roxanemy.com 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

Re: Validate without a form field

2011-08-27 Thread Robert Zeigler
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

Validate without a form field

2011-08-26 Thread David Rees
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