From e4321d77c49b0deccdebe162fef836affb858a88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 20 Aug 2017 23:06:30 +0200 Subject: [PATCH] Please cherry-pick: - common mistake: double-path copy-pasted! ;-) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/generic.jsf.taglib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/WEB-INF/generic.jsf.taglib.xml b/web/WEB-INF/generic.jsf.taglib.xml index 68ac2a69..43da984a 100644 --- a/web/WEB-INF/generic.jsf.taglib.xml +++ b/web/WEB-INF/generic.jsf.taglib.xml @@ -23,7 +23,7 @@ along with this program. If not, see . outputMessageBox This tag renders a style-able and customizable message for any kind of messages that the user should see. - resources/tags/generic/generic/messages/message_box.tpl + resources/tags/generic/messages/message_box.tpl message The message that should be place into the message box. You may also use EL code here that resolves to a message string. @@ -40,7 +40,7 @@ along with this program. If not, see . outputMessageBoxMini This tag renders a style-able and customizable mini message for any kind of messages that the user should see. It is similar to outputMessageBox tag but it renders a smaller box instead. - resources/tags/generic/generic/messages/message_box_mini.tpl + resources/tags/generic/messages/message_box_mini.tpl message The message that should be place into the message box. You may also use EL code here that resolves to a message string. -- 2.39.5