但没有错误的时候validate将form安装设置将转入control页面不会回来显示错误了。

解决方案 »

  1.   

    用的是客户段验证
    对话筐是打出来了,内容为空
    ApplicationResource的定义值没有取道啊
      

  2.   

    errors.header=Validation Error
    errors.required={0} is required.
    errors.minlength={0} can not be less than {1} characters.
    errors.maxlength={0} can not be greater than {1} characters.
    errors.invalid={0} is invalid.
    errors.byte={0} must be an byte.
    errors.short={0} must be an short.
    errors.integer={0} must be an integer.
    errors.long={0} must be an long.
    errors.float={0} must be an float.
    errors.double={0} must be an double.
    errors.date={0} is not a date.
    errors.range={0} is not in the range {1} through {2}.
    errors.creditcard={0} is not a valid credit card number.
    errors.email={0} is an invalid e-mail address.
    这些东东追好要写全,另外把resource="true"去了,试试好使不?
      

  3.   

    我的ApplicationResource资源文件路径放错了