跳过struts的后台校验
import org.apache.struts2.interceptor.validation.SkipValidation;
在方法上加注解 @SkipValidation,就会跳过校验了。