使用-validate.xml应注意:
1.验证不通过会向struts.xml返回"input",所以要添加一个<result name="input">..
2.验证的<field>中的name要和JSP中<s:textfield>中的name对应。
3.验证类型type:
int 整数; double 实数; date 日期; expression 两数的关系比较; email Email地址; url web地址 visitor 访问 conversion 转换 regex 正则表达式验证; required 是否为空; requiredstring 必须字符; stringlength 输入字符长度限制