You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2013/03/31 16:14:42 UTC

svn commit: r856721 - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/jsf.html

Author: buildbot
Date: Sun Mar 31 14:14:42 2013
New Revision: 856721

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/deltaspike/jsf.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 31 14:14:42 2013
@@ -1 +1 @@
-1462964
+1462967

Modified: websites/staging/deltaspike/trunk/content/deltaspike/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/jsf.html Sun Mar 31 14:14:42 2013
@@ -411,7 +411,7 @@ Use an existing view-config to reference
 it won't be called for other pages).</p>
 <h3 id="configuring-a-default-error-view">Configuring a Default Error-View</h3>
 <p>It's possible to mark one view-config class as default error-view. That means in case of errors it will be used as navigation target automatically.
-Furthermore, it's also possible to use it in your code instead of hardcoding the error-view across the whole application.</p>
+Furthermore, it's also possible to use it in your code instead of hardcoding your error-view across the whole application.</p>
 <p>In case of</p>
 <div class="codehilite"><pre><span class="kd">interface</span> <span class="nc">Pages</span> <span class="o">{</span>
     <span class="kd">class</span> <span class="nc">Index</span> <span class="kd">implements</span> <span class="n">ViewConfig</span> <span class="o">{</span> <span class="o">}</span>