]> git.mxchange.org Git - addressbook-war.git/commitdiff
don't forget to clear helper contact instance. When a user/recruiter has been added...
authorRoland Häder <roland@mxchange.org>
Tue, 10 May 2016 13:13:08 +0000 (15:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 10 May 2016 17:29:13 +0000 (19:29 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/user/AddressbookAdminUserWebRequestBean.java

index e6e54d4b5f0d72e8db6c89ab6ab68571b7962c56..ed1958c5e9103d946c1a4c0a3ab1ab4b792e8cf7 100644 (file)
@@ -263,6 +263,9 @@ public class AddressbookAdminUserWebRequestBean implements AddressbookAdminUserW
                        throw new FaceletException(ex);
                }
 
+               // Clear helper
+               this.adminHelper.setContact(null);
+
                // Fire event
                this.addedUserEvent.fire(new AdminUserAddedEvent(updatedUser));