Author: buildbot
Date: Sat Feb 15 11:54:44 2014
New Revision: 898012

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 Sat Feb 15 11:54:44 2014
@@ -1 +1 @@
-1568618
+1568619

Modified: websites/staging/deltaspike/trunk/content/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/jsf.html Sat Feb 15 11:54:44 2014
@@ -210,7 +210,7 @@ The major downside of this solution is t
 <h3 id="clientwindow">CLIENTWINDOW</h3>
 <p>Each GET request results in an intermediate small html page which checks if 
the browser tab fits the requested windowId. <br/>
 When the windowId is valid, a unique token (called <code>dsRid</code>) will be 
generated for the current request and added to the URL. <br/>
-In addition a cookie with with the dsRid/windowId will be added. On the server 
side, the verified windowId will be takes from the cookie.
+In addition a cookie with with the dsRid/windowId will be added. On the server 
side, the verified windowId will be extracted from the cookie.
 <br/>
 For POST request detection, the windowId will be added as hidden input to all 
forms.</p>
 <h5 id="advantage">Advantage</h5>
@@ -281,7 +281,7 @@ If it's not matching, the view will be r
 Scopes like @WindowScoped, @GroupedConversationScoped or @ViewAccessScoped 
will not work.
 This is also the default mode if the current request doesn't support 
Javascript or if the user agent is a bot/crawler.</p>
 <h3 id="delegated">DELEGATED</h3>
-<p>Delegates the complete window handling to thew new JSF 2.2 ClientWindow (if 
not disabled).</p>
+<p>Delegates the complete window handling to the new JSF 2.2 ClientWindow (if 
not disabled).</p>
 <h3 id="custom">CUSTOM</h3>
 <p>Enables to use an complete own 
<code>org.apache.deltaspike.jsf.spi.scope.window.ClientWindow</code> 
implementation.</p>
 <h2 id="configuration">Configuration</h2>


Reply via email to