]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
should be userRegistrationController now
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:22:02 +0000 (23:22 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:22:02 +0000 (23:22 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/user/register/PizzaUserRegisterWebSessionBean.java
web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl
web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl
web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl

index c9872cea46d83be098f1fa476fd47b3883105580..a280e3e28efd022f383fbb16c8826c6d8a627425 100644 (file)
@@ -50,7 +50,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-@Named ("registerController")
+@Named ("userRegistrationController")
 @SessionScoped
 public class PizzaUserRegisterWebSessionBean extends BasePizzaController implements PizzaUserRegisterWebSessionController {
 
index e53ce9ecf917faffeac681e164d12330a3cc0cf8..ca8cd7c9f437e1ed661fd83b8be19d4394f42b6f 100644 (file)
@@ -91,7 +91,7 @@
 
                        <div class="table_footer">
                                <h:commandButton styleClass="reset right_space" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                               <h:commandButton styleClass="submit" type="submit" id="continueRegisterPage1" value="#{msg.BUTTON_CONTINUE_REGISTER_PAGE2}" action="#{registerController.doRegisterMultiPage1()}" />
+                               <h:commandButton styleClass="submit" type="submit" id="continueRegisterPage1" value="#{msg.BUTTON_CONTINUE_REGISTER_PAGE2}" action="#{userRegistrationController.doRegisterMultiPage1()}" />
                        </div>
                </h:panelGroup>
        </h:form>
index 4acb48f27b82224f881f9574ffd72b9510f5d570..b695fece38ff19de2e96805f33184d9a5bcffaac 100644 (file)
@@ -15,7 +15,7 @@
 
                        <div class="table_footer">
                                <h:commandButton styleClass="reset right_space" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                               <h:commandButton styleClass="submit" type="submit" value="#{msg.BUTTON_FINISH_REGISTRATION}" action="#{registerController.doFinishRegistration()}" />
+                               <h:commandButton styleClass="submit" type="submit" value="#{msg.BUTTON_FINISH_REGISTRATION}" action="#{userRegistrationController.doFinishRegistration()}" />
                        </div>
                </h:panelGroup>
        </h:form>
index 312d8ab10295b0d22239532eef944eddb9f4dbbb..6745979efa946315b139d38b20896473a15d50ca 100644 (file)
@@ -93,7 +93,7 @@
 
                        <div class="table_footer">
                                <h:commandButton styleClass="reset right_space" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                               <h:commandButton styleClass="submit" type="submit" id="finish_registration_single" value="#{msg.BUTTON_FINISH_REGISTRATION}" action="#{registerController.doFinishRegistration()}" />
+                               <h:commandButton styleClass="submit" type="submit" id="finish_registration_single" value="#{msg.BUTTON_FINISH_REGISTRATION}" action="#{userRegistrationController.doFinishRegistration()}" />
                        </div>
                </h:panelGroup>
        </h:form>