PrimeFaces 验证码在 Chrome 下不显示
我的 JSF Web 应用程序使用 PrimeFaces Captcha。在Firefox和IE下可以正常显示,但在Chrome下不显示。我在页面生成时没有收到任何错误,但如果我尝试使用不可见的验证码发布数据,则会显示以下错误消息:
j_idt25:j_idt32: Validation Error: Value is not valid.
XHTML 源代码中没有 id 为“j_idt32”的元素。我用两个浏览器都检查了这一点。
任何帮助将不胜感激,提前致谢!丹尼尔
My JSF web application uses PrimeFaces Captcha. It works properly under Firefox and IE, but it does not show under Chrome. I don't get any errors at page generation, but if I try to post the data with the invisible Captcha, the following error message is shown:
j_idt25:j_idt32: Validation Error: Value is not valid.
There is no element with id 'j_idt32' in the XHTML source code. I checked this with both browsers.
Any help would be appreciated, thanks in advance! Daniel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下内容最初可以在 PrimeFaces 用户手册常见问题解答中找到:
这解决了我的问题。
The following can be originally found in the PrimeFaces User Manual FAQ:
This solved my problem.
此链接显示了 JSF2.0 和 Primefaces 3.0 的验证码,也许可以帮助您:
http://www.patternizando.com.br/2011/04/catpcha-com-primefaces-3-0/
This link shows a Captcha with JSF2.0 and Primefaces 3.0, maybe can help you:
http://www.patternizando.com.br/2011/04/catpcha-com-primefaces-3-0/