JavaServer Faces问题
hbzxy 2014-01-24 10:18:30 在JavaServer Faces框架中使用了组件PrimeFaces4.0日历控件,用到了ajax:
<p:calendar ......>
<p:ajax event="dateSelect" listener="#{......}" update="@form"/>
</p:calendar>
遇到的问题如下:
在IE6中选择日历没有反应,但在IE8及最新的firefox中能正常运行。IE7及其它浏览器不清楚正不正常。
不想通过js或jQuery去排除某些浏览器(因为不知道哪些不能正常运行),有没有办法通过PrimeFaces4.0的某个方法去测试浏览器能不能支持该PrimeFaces?