X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fjava%2Forg%2Fmxchange%2Faddressbook%2Fbeans%2Fmobileprovider%2FAddressbookAdminMobileProviderWebRequestBean.java;h=01fc8bd5edef4c1e6e300d98233f75d3c7211d56;hb=c6862a7f74dc3b2491404f6a3c42c3c5d6d68cb2;hp=3ba0d243d96364431b86a5a936f6c0664fe74106;hpb=ec229688bd857d1eb2cf324eaf2efc98a9f76856;p=addressbook-war.git diff --git a/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookAdminMobileProviderWebRequestBean.java b/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookAdminMobileProviderWebRequestBean.java index 3ba0d243..01fc8bd5 100644 --- a/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookAdminMobileProviderWebRequestBean.java +++ b/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookAdminMobileProviderWebRequestBean.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -40,7 +40,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider; /** * Administrative bean (controller) for mobile provider *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminMobileProviderController") @RequestScoped @@ -114,7 +114,8 @@ public class AddressbookAdminMobileProviderWebRequestBean extends BaseAddressboo // Is the provider already created? if (this.isMobileProviderCreated(mobileProvider)) { // Then throw exception - throw new FaceletException(new MobileProviderAlreadyAddedException(mobileProvider)); + this.showFacesMessage("form_add_mobile_provider:providerDialPrefix", new MobileProviderAlreadyAddedException(mobileProvider)); //NOI18N + return ""; //NOI18N } // Init variable