]> git.mxchange.org Git - jfinancials-war.git/commit
Continued a bit: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Sat, 6 Aug 2016 07:55:12 +0000 (09:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 21:36:52 +0000 (23:36 +0200)
commit1d451138ff6e126c87e1335655300b70145053ad
tree8e1ef9b50d1110d992b5c354cc3dd4ca39dbdfbd
parentbb14720058eea45d45f2b1821377849ea6182e42
Continued a bit: (please cherry-pick)
- don't wrap command buttons in rendered="" conditions and not with ui:fragment (please name me a full replacement for all the other cases where I'm using it)
- this makes it impossible for the button's action (controller method) being executed as this depends on the life-cycle of the JSF
- it may work in viewing the JSF page but not when you submit it.
- rewrote parameter 'user' to beanHelper.user as this was already being used
- show proper lock/unlock link depending on user's account status
- added navigation rule for new user lock JSF page

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/faces-config.NavData
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/user/admin_user_links.tpl
web/admin/user/admin_user_lock.xhtml
web/admin/user/admin_user_show.xhtml
web/admin/user/admin_user_unlock.xhtml