- updated PrimeFaces 8.0 doesn't have pm:x around? Id references such as
":master:foo:bar" won't work then anymore, but "foo:bar" still does
Signed-off-by: Roland Häder <roland@mxchange.org>
<p:ajax
event="rowSelect"
- update=":master:form-list-financial-receipts:receipt-details"
+ update="form-list-financial-receipts:receipt-details"
oncomplete="PF('receiptDialog').show()"
/>
type="submit"
value="#{project.BUTTON_ADMIN_ADD_RECEIPT}"
action="#{adminReceiptActionController.addReceipt()}"
- update=":master:form-list-financial-receipts:receiptList"
+ update="form-list-financial-receipts:receiptList"
/>
</p:panelGrid>
</p:panelGrid>
<p:ajax
event="rowSelect"
- update=":master:form-list-financial-receipt-items:receipt-item-details"
+ update="form-list-financial-receipt-items:receipt-item-details"
oncomplete="PF('receiptItemDialog').show()"
/>
type="submit"
value="#{project.BUTTON_ADMIN_ADD_RECEIPT_TEM}"
action="#{adminReceiptItemController.addReceiptItem()}"
- update=":master:form-list-financial-receipt-items:receiptItemList"
+ update="form-list-financial-receipt-items:receiptItemList"
/>
</p:panelGrid>
</p:panelGrid>