Re: Validator framework javascript error messages

2006-10-16 Thread Laurie Harper
Puneet Lakhina wrote: Hi, I have the following key value pair in ApplicationResource.properties required = {0} is required. I used this when I was doing only server side validation, to display a list of error messages when some validation failed. Now Im using the to do the same thing on clien

Validator framework javascript error messages

2006-10-10 Thread Puneet Lakhina
Hi, I have the following key value pair in ApplicationResource.properties required = {0} is required. I used this when I was doing only server side validation, to display a list of error messages when some validation failed. Now Im using the to do the same thing on client side also. But my pro

Validator Framework + JavaScript

2004-05-27 Thread Brian Boyle
Hey! I am currently using the validator framework in my application to validate my inout fields etc. The only rule I am really using is "required". WHat I wan to know is if I can use both the Javascript validation and the normal validation at the same time. The reason I want this is because when