使用 a4j:commandbutton 与 h:commandbutton 在 richfaces 中呈现新页面
由于与此问题无关的原因,我已在应用程序中将 h:commandButton 完全替换为 a4j:commandLink。从那时起,我在 IE8 中看到了一些奇怪的副作用,例如选择菜单失去焦点以及选择无法选择的项目。
有人认为出于某种原因使用 a4j:commandButton 而不是 h:commandButton 是一个坏主意吗?有人有这方面的经验吗?
欢迎任何答案。
I have completely substituted the h:commandButton with a4j:commandLink in my application for reasons not relevant to this issue. Since then I am seeing flaky peculiar side-effects in IE8 such as select menus that are losing focus and select items that cannot be selected.
Does anyone think that it is a bad idea to use a4j:commandButton instead of h:commandButton for some reason? Does anyone have any prior experience on this?
Any answer is welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Firefox 3.5 中使用
a4j:commandLink
进行导航时出现问题,如下所述FireFox 3.5 缓存的 JSF 问题,wyciwyg:// 前缀
There is an issue when using
a4j:commandLink
for navigation in Firefox 3.5, as described hereJSF problem with FireFox 3.5 caching, wyciwyg:// prefix