]> git.mxchange.org Git - pizzaservice-war.git/commit - nbproject/faces-config.NavData
Continued with data export with PrimeFaces:
authorRoland Häder <roland@mxchange.org>
Fri, 20 May 2016 10:32:12 +0000 (12:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 11:04:33 +0000 (13:04 +0200)
commit942022eccafe54dae0d7038f865ac32fe06676b4
tree20b6a0df9babbee56d0b99185a8788d4a3986adb
parent1d3f962c07db310d610c52582c3f3bf87257a2ce
Continued with data export with PrimeFaces:
- added prime faces 5.3 to project
- added admin_contact_export.xhtml with navigation rule to export contact data (currently only CSV but e.g. Excel is easy to add)
- added missing contact i18n and export string
- added controller methods generatePhoneNumber() and generateCellphoneNumber(), if e.g. ui:fragment is used, an object id instead of the phone numbers is shown. Maybe a bug in PrimeFaces or wrong usage of ui:fragment? Sometimes a POJO property like contactFaxNumber can be null. Then this needs to be taken care of.

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
lib/nblibraries.properties
lib/primefaces/primefaces-5.3.jar [new file with mode: 0644]
nbproject/build-impl.xml
nbproject/faces-config.NavData
nbproject/project.properties
nbproject/project.xml
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestController.java
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_menu.tpl
web/admin/contact/admin_contact_export.xhtml [new file with mode: 0644]