From 38d16108fa9d5231ad6053e7de06c9d855597a3f Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 10 Apr 2016 12:49:15 +0200 Subject: [PATCH] Rewrites: - renamed controller (beans) to have them all a suffix "Controller" - renamed converter to have them all a suffix "Converter" - Localized German word "Anzahl" and changed it to "Bestellmenge" (order amount) - added more empty lines --- .../localization/AddressbookLocalizationSessionBean.java | 2 +- web/WEB-INF/templates/base.tpl | 4 ++-- web/WEB-INF/templates/generic/locale_selection_box.tpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/java/org/mxchange/addressbook/beans/localization/AddressbookLocalizationSessionBean.java b/src/java/org/mxchange/addressbook/beans/localization/AddressbookLocalizationSessionBean.java index aa60644b..aed99966 100644 --- a/src/java/org/mxchange/addressbook/beans/localization/AddressbookLocalizationSessionBean.java +++ b/src/java/org/mxchange/addressbook/beans/localization/AddressbookLocalizationSessionBean.java @@ -31,7 +31,7 @@ import org.mxchange.jcoreee.database.BaseDatabaseBean; *

* @author Roland Haeder */ -@Named ("localization") +@Named ("localizationController") @SessionScoped public class AddressbookLocalizationSessionBean extends BaseDatabaseBean implements AddressbookLocalizationSessionController { diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index f03edab7..4f9d7973 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -1,12 +1,12 @@ - + diff --git a/web/WEB-INF/templates/generic/locale_selection_box.tpl b/web/WEB-INF/templates/generic/locale_selection_box.tpl index baea374b..2d81840d 100644 --- a/web/WEB-INF/templates/generic/locale_selection_box.tpl +++ b/web/WEB-INF/templates/generic/locale_selection_box.tpl @@ -6,9 +6,9 @@ xmlns:ui="http://java.sun.com/jsf/facelets"> - + - + -- 2.39.5