`
sg552
  • 浏览: 613694 次
  • 性别: Icon_minigender_1
  • 来自: 北京
博客专栏
47437293-94b9-3b04-9152-8971c7580049
白手起家学习使用Flex
浏览量:18473
社区版块
存档分类
最新评论

really simple validation: RSV Error: the field " xxx" doesn't exist!

阅读更多
really simple validationhttp://www.benjaminkeen.com/software/rsv/prototype/demo.php is very useful and easy to use.

However there is a very common problem for newbie:

RSV Error: the field " xxx" doesn't exist! Please check your form and settings.

the root cause is because of the "space" key.

root cause:
"required, field_name,Please input xxx"
should be written as:
"required,field_name,Please input xxx"

see the difference? the 2nd one doesn't have the space key.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics