我在组件内部遇到问题。当下拉页码被更改时,旋转木马将无法滑动甚至更改。以下是我现在正在使用的示例代码。
<p:scrollPanel>
<p:carousel value="#{abcBean.nameList}" var="foo"
rows="1" effect="fade">
<div>
<div style="width: 830px; margin-bottom: 10px;">
<p:outputPanel id="namePanel">
<h:outputText value="#{foo.name}"
style="margin-left:20px;color:red;" />
</p:outputPanel>
</div>
</div>
</p:carousel>
</p:scrollPanel>
如果旋转木马组件位于滚动面板内部,它将无法工作,但如果我们将其带到外面,它将完美地工作。目前我正在使用primefaces 3.4.1,我也试过3.4.2,但也有同样的麻烦。
Primefaces 3.4.1 JSF 2 Mojarra实施 Tomcat 7.0.26 JDK 1.7 Win XP 32