0

1

回答

1697 浏览

使用spring自带的validator,message资源文件无效。[已解决]5

使用spring自带的validator,message资源文件无效。 配置: <context:component-scan base-package="com.xxx.controller"> <context:include-filter type="annotation" expression="org.spring ...

2013年5月06日 08:59
0

3

回答

5647 浏览

spring mvc annotation 的 validation表单验证问题:怎么设定单个字段的验证顺序?[已解决]5

如题。 被验证的form对象的代码如下: public class ValidationForm { @NotEmpty(message = "{user.name.error}") @Size(min = 1, max = 20,message = "{user.name.error2}") private String userName; @NotNul ...

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics