]> git.mxchange.org Git - pizzaservice-war.git/commit
Fix for multi-page registration:
authorRoland Häder <roland@mxchange.org>
Fri, 13 May 2016 08:36:02 +0000 (10:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 13 May 2016 19:43:26 +0000 (21:43 +0200)
commit5e588c309ac2c0f2dc2bc13142dac6df76c8ebe3
treea80dfbbe2fda103d2538453ee21f38a761d05be8
parent4bc6a0e314b4695ecb29c644df1f082578566105
Fix for multi-page registration:
- a contact instance is needed to check for email address as it is stored there
- so first create a "half" contact instance (no gender, ...) and then check email address
- user name can be only checked, if required
src/java/org/mxchange/pizzaapplication/beans/register/PizzaUserRegisterWebSessionBean.java