From 7f80d02ce42e9f9d20ce1b3eb54cdeeb313854f9 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 12 Oct 2015 11:15:18 +0200 Subject: [PATCH] =?utf8?q?registered=20validator=20for=20phone,=20fax=20an?= =?utf8?q?d=20mobile=20numbers=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nbproject/faces-config.NavData | 2 +- web/WEB-INF/faces-config.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index f1818296..f41aac60 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -30,8 +30,8 @@ - + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 7d1d930e..d03e8b35 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -15,6 +15,10 @@ AddressbookNameValidator org.mxchange.addressbook.validator.names.AddressbookNameValidator + + PhoneNumberValidator + org.mxchange.jphone.validators.PhoneNumberValidator + * -- 2.39.5