]> git.mxchange.org Git - jjobs-war.git/commitdiff
should be userResendConfirmationController to make it more clear
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:35:48 +0000 (23:35 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:35:48 +0000 (23:35 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionBean.java
web/guest/user/user_resend_link.xhtml

index c48402d9dc44427274d33bb15ad7a3a7e941b7b6..15f36cf558d38c093ccb190ade4debe26d5bcf7f 100644 (file)
@@ -45,7 +45,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-@Named ("resendController")
+@Named ("userResendConfirmationController")
 @SessionScoped
 public class JobsResendLinkWebSessionBean extends BaseJobsController implements JobsResendLinkWebSessionController {
 
index 73be773aed481d978176fcab6bf7bc55778bc567..dd71f5288956fabc66fe7583fdd3a715cc56d15b 100644 (file)
@@ -35,7 +35,7 @@
                                                        </div>
 
                                                        <div class="table_right">
-                                                               <h:inputText styleClass="input" id="resendEmailAddress" size="20" maxlength="255" value="#{resendController.emailAddress}" required="true" requiredMessage="#{msg.EMAIL_ADDRESS_NOT_ENTERED}">
+                                                               <h:inputText styleClass="input" id="resendEmailAddress" size="20" maxlength="255" value="#{userResendConfirmationController.emailAddress}" required="true" requiredMessage="#{msg.EMAIL_ADDRESS_NOT_ENTERED}">
                                                                        <f:validator validatorId="EmailAddressValidator" />
                                                                </h:inputText>
                                                        </div>
@@ -52,7 +52,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="resend_link" value="#{msg.BUTTON_RESEND_CONFIRMATION_LINK}" action="#{resendController.doResendLink()}" />
+                                               <h:commandButton styleClass="submit" type="submit" id="resend_link" value="#{msg.BUTTON_RESEND_CONFIRMATION_LINK}" action="#{userResendConfirmationController.doResendLink()}" />
                                        </div>
                                </h:panelGroup>
                        </h:form>