From: Roland Häder Date: Sun, 20 Aug 2017 21:06:30 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e4321d77c49b0deccdebe162fef836affb858a88;p=jfinancials-war.git Please cherry-pick: - common mistake: double-path copy-pasted! ;-) Signed-off-by: Roland Häder --- 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.