我正在尝试在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>
命令按钮或其他任何按钮均未显示。请为此提供帮助