]> git.mxchange.org Git - addressbook-war.git/commitdiff
No parameter, as the current addressbookUser instance is used.
authorRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 19:13:58 +0000 (21:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 19:13:58 +0000 (21:13 +0200)
web/login/login_start_sharing_addressbook.xhtml

index aa10d66799677e830b5f6012e926847c4582e5b6..1eee227e674005f7c133768a216bf796d058323f 100644 (file)
@@ -44,7 +44,7 @@
                                                <h:column>
                                                        <f:facet name="header">#{msg.LOGIN_START_SHARING_TITLE}</f:facet>
                                                        <h:form acceptcharset="utf-8" id="startSharing">
-                                                               <h:commandButton class="submit" id="submit" value="#{msg.LOGIN_START_SHARING_BUTTON}" action="#{addressbookController.startSharing(user)}" title="#{msg.LOGIN_START_SHARING_BUTTON_TITLE}" />
+                                                               <h:commandButton class="submit" id="submit" value="#{msg.LOGIN_START_SHARING_BUTTON}" action="#{addressbookController.startSharing()}" title="#{msg.LOGIN_START_SHARING_BUTTON_TITLE}" />
                                                        </h:form>
                                                </h:column>
                                        </h:dataTable>