]> git.mxchange.org Git - addressbook-war.git/commitdiff
renamed controller + added required value="#{controller.property}"
authorRoland Haeder <roland@mxchange.org>
Mon, 14 Mar 2016 20:42:48 +0000 (21:42 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 14 Mar 2016 21:45:29 +0000 (22:45 +0100)
web/user/lost_passwd.xhtml

index 0fbc9e65ab806dff236854a4a3583f1ce4c685dc..cda9f20b07258bb36ee0fb92b8cd9757511be07b 100644 (file)
@@ -30,7 +30,7 @@
                                                                </div>
 
                                                                <div class="table_right">
                                                                </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>
                                                                </div>
 
                                                                <div class="clear"></div>
@@ -46,7 +46,7 @@
                                                                </div>
 
                                                                <div class="table_right">
                                                                </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>
                                                                </div>
 
                                                                <div class="clear"></div>
@@ -56,7 +56,7 @@
 
                                                <div class="table_footer">
                                                        <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
 
                                                <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>
                                                </div>
                                        </div>
                                </h:form>