分类: Java
2008-04-08 10:10:10
关于Struts Validator框架出现的小问题
Cannot load a validator resource from '/WEB-INF/validator-rules.xml'
原来是版本问题 validator.xml首添加:
"-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN"
"">
我在这里出现这个问题是因为:
struts-config.xml中写的是validation.xml,而我的文件名写的是validator.xml
2
资源文件国际化命令
native2ascii -encoding gb2312 test_native.properties test_ascii.properties
native2ascii -reverse -encoding gb2312 test_ascii.properties test_native2.properties
3
注意:
在MyElipse src 中的Java类里面new File(.\\notes.xml)或new File(notes.xml)。部署项目到Tomcat
此文件将映射在Tomcat的bin目录里。
详细请见:NoteUtil类