我的问题是在从web.xml中删除PrimeFaces主题之后提出的,当我使用Internet Explorer 10时<p:carousel>
没有移动但是在Chrome或FireFox中,这很好。
先谢谢。
PD:我正在使用prmiefaces 4.0和JSF 2.0
我的web.xml包含以下行
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>none</param-value>
</context-param>