]> git.mxchange.org Git - jfinancials-war.git/commit
Product-only:
authorRoland Häder <roland@mxchange.org>
Thu, 13 Dec 2018 21:40:35 +0000 (22:40 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 13 Dec 2018 21:40:35 +0000 (22:40 +0100)
commit9ba612c7e5bffb749274c3b0c2b2be6644eed3b1
treedfd39666409719a3914ad64617a08ef1a81f1bec
parent4aea60c876015dacc188698e13fb61b9bfe31190
Product-only:
- converted ui:include template admin_form_product_data.tpl to custom JSF tag
  product:genericProductForm
- introduced view-scoped action backing bean for Product entity which hold code
  from request-scoped backing bean, this is required to have edit/delete/show
  views working again
- removed beanProductHelper.product property and
  notifyControllerProductConverted() in favor of copyAllProductProperties()
- renamed some language strings

Signed-off-by: Roland Häder <roland@mxchange.org>
15 files changed:
src/java/org/mxchange/jfinancials/beans/generic_product/FinancialAdminProductWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/generic_product/action/FinancialAdminGenericProductActionWebViewBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/generic_product/action/FinancialAdminProductActionWebViewController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/helper/product/FinancialsProductWebViewHelperBean.java
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminCategoryWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/product_category/list/FinancialsCategoryListWebViewBean.java
web/WEB-INF/product.jsf.taglib.xml
web/WEB-INF/resources/tags/forms/generic_product/admin_form_generic_product_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/generic_product/admin_form_product_data.tpl [deleted file]
web/WEB-INF/templates/admin/product_category/admin_form_category_data.tpl
web/admin/generic_product/admin_generic_product_delete.xhtml
web/admin/generic_product/admin_generic_product_edit.xhtml
web/admin/generic_product/admin_generic_product_list.xhtml
web/admin/generic_product/admin_generic_product_show.xhtml
web/admin/product_category/admin_product_category_list.xhtml