我们如何为Bootsfaces数据表添加页脚?

时间:2019-01-16 02:35:18

标签: jsf-2.2 bootsfaces

我正在尝试在Web应用程序的bootsfaces数据表中添加页脚。

<f:facet name="footer">
    <b:commandButton value="Create Tyre" icon-awesome="plus" look="primary"
               actionListener="#{tyreMasterController.prepareCreate()}"
               update=":TyreMasterCreateForm" oncomplete="PF('TyreMasterCreateDialog').show()">
     </b:commandButton>
</f:facet>

命令按钮或其他任何按钮均未显示。请为此提供帮助

0 个答案:

没有答案