Author: buildbot
Date: Thu Jun 12 17:20:44 2014
New Revision: 912360
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/jsf.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 12 17:20:44 2014
@@ -1 +1 @@
-1602236
+1602237
Modified: websites/staging/deltaspike/trunk/content/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/jsf.html Thu Jun 12 17:20:44 2014
@@ -392,7 +392,7 @@ The best way, to apply it for all views,
<h1 id="integration-with-deltaspike-type-safe-messages">Integration with
DeltaSpike type-safe messages</h1>
<p>You can use <a href="core.html#messages-i18n">DeltaSpike type-safe
messages</a> with JSF to provide i18n messages and test to an JSF
appplicaton.</p>
<p>JSF module is also capable to use messages provided through
<message-bundle> in faces-config.xml file. The <message-bundle> element allows
you to override JSF default messages (Section 2.5.2.4 of the JSF specification
contains the list of all JSF default messages that could be override.).</p>
-<p>You can also use the same file to provide type-safe messages.</p>
+<p>DeltaSpike can also reuse the same file to provide type-safe messages so
you don't have to use the naming convention nor
<code>@MessageContextConfig</code>. If there is a config for supported locales
it will be checked as well and fallback to the configured default locale.</p>
<p>Example:</p>
<div class="codehilite"><pre><span class="nd">@MessageBundle</span>
<span class="kd">public</span> <span class="kd">interface</span> <span
class="nc">SimpleMessage</span>