javax.validation does not exist [closed]
Newbie question... I'm trying to get form validation working with Spring Web using this tutorial, but I'm getting this error:
package javax.validation does not exist
How can I resolve this? Do I need to install/link additional software? Other javax
packages such as javax.servlet
are accessible without a problem. I'm using NetBeans 7.0.
Sounds like you're missing a JAR:
http://repository.jboss.org/maven2/javax/validation/validation-api/1.0.CR3/
精彩评论