]> git.mxchange.org Git - pizzaservice-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 20:06:14 +0000 (22:06 +0200)
commitf91d39faae85aa36000cf701987d7bdf69500db8
tree40f07da2d0e41708111b33a9398e5765f1b168d9
parent0b070e939d9e8013e7b3597cd76b609215c54af8
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