From c5f8d2496350184b7a78f5c7ee24ab3f8901e1eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 11 Aug 2016 11:33:51 +0200 Subject: [PATCH] Fixed: (please cherry-pick) - rendered should not be used on command buttons or any form tags (such as input tags) as it makes it impossible that the data is being transfered to the backing bean. --- web/admin/user/admin_user_lock.xhtml | 4 +--- web/admin/user/admin_user_unlock.xhtml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/web/admin/user/admin_user_lock.xhtml b/web/admin/user/admin_user_lock.xhtml index 6800f5ee..0b2e4821 100644 --- a/web/admin/user/admin_user_lock.xhtml +++ b/web/admin/user/admin_user_lock.xhtml @@ -68,9 +68,7 @@
- - - +
diff --git a/web/admin/user/admin_user_unlock.xhtml b/web/admin/user/admin_user_unlock.xhtml index 5d321208..d3c42124 100644 --- a/web/admin/user/admin_user_unlock.xhtml +++ b/web/admin/user/admin_user_unlock.xhtml @@ -67,9 +67,7 @@
- - - +
-- 2.39.5