Re: Can validation be evaluated ahead of time to paint JQuery validation rules?

2008-03-18 Thread Laurie Harper
matt.payne wrote: I really like the treatment the JQuery http://jquery.bassistance.de/validate/demo/ validation plugin (not struts plugin), gives for a user experience. I would really like the rules to come from back end rules and decorate the form fields the same way if the back end bounces a

Re: Can validation be evaluated ahead of time to paint JQuery validation rules?

2008-03-18 Thread matt.payne
I am using freemarker, but I do not think there would be an advantage to using JSP in this case. What I am looking for in and object graph of validation rules so I can paint my jquery validation rules from the the backend validation. Matt Laurie Harper wrote: matt.payne wrote: I really

Can validation be evaluated ahead of time to paint JQuery validation rules?

2008-03-13 Thread matt.payne
I really like the treatment the JQuery http://jquery.bassistance.de/validate/demo/ validation plugin (not struts plugin), gives for a user experience. I would really like the rules to come from back end rules and decorate the form fields the same way if the back end bounces a validation error.