PDA

View Full Version : Spring Validation Framworke


NitinMandolkar
Jul 16th, 2007, 08:42 AM
hi Spring User Group

Can any one please tell which kind of validation support we have with Spring Validation Framework.

I gone through the Spring validation Framework documents and found that it is not supporting what i found in Struts Validation Framwork.

Spring MVC-Validation Framwork supports very basic validaiton like Filed is not empty and some other basic validation. it is does not supports Client End Java Script Validation. In this case i have to do lots of Java Script coding and also for basic validation like email, credit card,.... i have to do Server end java coding.

Can any one tell what is the solution for this.

Nitin.

ralph.poellath
Jul 16th, 2007, 08:55 AM
You might want to have a look at the Spring Modules (https://springmodules.dev.java.net/#features) project. It contains support for Commons Validator, the Valang Validation Language and the Bean Validation Framework.

NitinMandolkar
Jul 17th, 2007, 01:06 AM
Hi ralph

Thanks for your reply. I have gone through the link and sounds good.

Thanks Again.