- 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-products:product-details"
+ update="form-list-products:product-details"
oncomplete="PF('productDialog').show()"
/>
type="submit"
value="#{product.BUTTON_ADMIN_ADD_GENERIC_PRODUCT}"
action="#{adminGenericProductActionController.addProduct()}"
- update=":master:form-list-products:productList"
+ update="form-list-products:productList"
/>
</p:panelGrid>
</f:facet>
<p:ajax
event="rowSelect"
- update=":master:form-list-categories:category-details"
+ update="form-list-categories:category-details"
oncomplete="PF('categoryDialog').show()"
/>
type="submit"
value="#{product.BUTTON_ADMIN_ADD_PRODUCT_CATEGORY}"
action="#{adminCategoryController.addCategory()}"
- update=":master:form-list-categories:categoryList"
+ update="form-list-categories:categoryList"
/>
</p:panelGrid>
</f:facet>