开发者

Use of a4j:commandbutton vs h:commandbutton to present-new-pages in richfaces

开发者 https://www.devze.com 2023-02-06 11:37 出处:网络
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 selec

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?

A开发者_开发问答ny answer is welcome.


There is an issue when using a4j:commandLink for navigation in Firefox 3.5, as described here

JSF problem with FireFox 3.5 caching, wyciwyg:// prefix

0

精彩评论

暂无评论...
验证码 换一张
取 消