p:粘滞在p:对话框中不起作用

时间:2015-01-21 15:58:17

标签: primefaces

我似乎无法在p:对话框中进行p:粘性工作:

我的对话框xhtml:

<p:dialog modal="true" height="490" width="700" resizable="false"  >
    <h:form id="form">
        <p:toolbar id="tb">
            <p:toolbarGroup align="right">
                <p:commandButton value="save"  />
            </p:toolbarGroup>
        </p:toolbar>
        <p:sticky target="form:tb"     />
  </h:form>
</p:dialog>

从简单的页面工作正常。有什么想法吗?

1 个答案:

答案 0 :(得分:1)

你没有做错什么,只是不支持。由于“错误”问题报告,它将被视为无效http://code.google.com/p/primefaces/issues/detail?id=6341

查看粘性组件的javascript源代码,它会检查窗口的滚动而不是其中的任何其他部分。所以很有可能它也会失败,例如一个p:布局。