From: Roland Häder Date: Fri, 10 Apr 2020 04:11:15 +0000 (+0200) Subject: Product-only: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8d5160d30e847e6d7163a6e4f76e526cfe8c9d52;p=jfinancials-war.git Product-only: - 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 --- diff --git a/web/admin/generic_product/admin_generic_product_list.xhtml b/web/admin/generic_product/admin_generic_product_list.xhtml index 77c97c08..bdbd0013 100644 --- a/web/admin/generic_product/admin_generic_product_list.xhtml +++ b/web/admin/generic_product/admin_generic_product_list.xhtml @@ -84,7 +84,7 @@ @@ -389,7 +389,7 @@ type="submit" value="#{product.BUTTON_ADMIN_ADD_GENERIC_PRODUCT}" action="#{adminGenericProductActionController.addProduct()}" - update=":master:form-list-products:productList" + update="form-list-products:productList" /> diff --git a/web/admin/product_category/admin_product_category_list.xhtml b/web/admin/product_category/admin_product_category_list.xhtml index 4dc6d579..8e0c0dc9 100644 --- a/web/admin/product_category/admin_product_category_list.xhtml +++ b/web/admin/product_category/admin_product_category_list.xhtml @@ -84,7 +84,7 @@ @@ -300,7 +300,7 @@ type="submit" value="#{product.BUTTON_ADMIN_ADD_PRODUCT_CATEGORY}" action="#{adminCategoryController.addCategory()}" - update=":master:form-list-categories:categoryList" + update="form-list-categories:categoryList" />