Author: tandraschko
Date: Sat Feb 15 11:54:38 2014
New Revision: 1568619
URL: http://svn.apache.org/r1568619
Log:
cosmetics
Modified:
deltaspike/site/trunk/content/jsf.mdtext
Modified: deltaspike/site/trunk/content/jsf.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1568619&r1=1568618&r2=1568619&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sat Feb 15 11:54:38 2014
@@ -45,7 +45,7 @@ The major downside of this solution is t
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 `dsRid`) 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.
@@ -121,7 +121,7 @@ This is also the default mode if the cur
### DELEGATED
-Delegates the complete window handling to thew new JSF 2.2 ClientWindow (if
not disabled).
+Delegates the complete window handling to the new JSF 2.2 ClientWindow (if not
disabled).
### CUSTOM