From: Roland Haeder <roland@mxchange.org> Date: Mon, 14 Mar 2016 20:42:43 +0000 (+0100) Subject: renamed controller + added required value="#{controller.property}" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a18905ede31c76d6a4f34c184b170cc1871e9fcf;p=jjobs-war.git renamed controller + added required value="#{controller.property}" --- diff --git a/web/user/lost_passwd.xhtml b/web/user/lost_passwd.xhtml index 0fbc9e65..cda9f20b 100644 --- a/web/user/lost_passwd.xhtml +++ b/web/user/lost_passwd.xhtml @@ -30,7 +30,7 @@ </div> <div class="table_right"> - <h:inputText class="input" id="id" size="10" maxlength="20" /> + <h:inputText class="input" id="id" size="10" maxlength="20" value="#{passwordRecoveryController.userId}" /> </div> <div class="clear"></div> @@ -46,7 +46,7 @@ </div> <div class="table_right"> - <h:inputText class="input" id="email" size="20" maxlength="255" /> + <h:inputText class="input" id="email" size="20" maxlength="255" value="#{passwordRecoveryController.emailAddress}" /> </div> <div class="clear"></div> @@ -56,7 +56,7 @@ <div class="table_footer"> <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" /> - <h:commandButton class="submit" type="submit" value="#{msg.BUTTON_CONTINUE_STEP_2}" action="#{passwdRecoverController.doLostPasswordStep2()}" /> + <h:commandButton class="submit" type="submit" value="#{msg.BUTTON_CONTINUE_STEP_2}" action="#{passwordRecoveryController.doLostPasswordStep2()}" /> </div> </div> </h:form>