]> git.mxchange.org Git - jfinancials-war.git/commit
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 12:36:41 +0000 (14:36 +0200)
commit09756d8aab9256fb100dcc603cf0870a8d44c7a2
treee70fc3aeb291251b332e6b34265e499c2bce570a
parentfade9f223025e5bb7b741922b88f3c95570ddfc2
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/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestController.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
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]