PDA

View Full Version : how to validate the command object?


liuyifan_com
Feb 12th, 2006, 11:46 PM
In spring 1.2.*, I can't find the classes like
org.springframework.validation.commons.DefaultVali datorFactory,
org.springframework.validation.commons.BeanValidat or
which mentioned in <<spring live>>

Does spring support common validator any more?
if not,what should I chose?

lenzenc
Feb 13th, 2006, 01:24 PM
The common validation objects have moved to the spring modules project.

liuyifan_com
Feb 13th, 2006, 08:22 PM
thanks a lot!