Author: buildbot
Date: Sun Mar 2 21:39:53 2014
New Revision: 899770
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 Sun Mar 2 21:39:53 2014
@@ -1 +1 @@
-1573372
+1573373
Modified: websites/staging/deltaspike/trunk/content/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/jsf.html Sun Mar 2 21:39:53 2014
@@ -300,7 +300,7 @@ This is also the default mode if the cur
It will import and render the required script parts for both <code>LAZY</code>
and <code>CLIENTWINDOW</code> mode.<br/>
The best way, to apply it for all views, is to add this component to all of
your templates.</p>
<h3 id="dsdisableclientwindow">ds:disableClientWindow</h3>
-<p>Similiar to JSF 2.2' <code>disableClientWindow</code>,
<code>ds:disableClientWindow</code> provides the ability to disable the
rendering of the windowId to all links of all child components:</p>
+<p>Similiar to JSF 2.2' <code>disableClientWindow</code> attribute,
<code>ds:disableClientWindow</code> provides the ability to disable the
rendering of the windowId to all links of all child components:</p>
<div class="codehilite"><pre><span
class="nt"><ds:disableClientWindow></span>
<span class="nt"><h:link</span> <span class="na">value=</span><span
class="s">"Link without windowId"</span> <span
class="na">outcome=</span><span class="s">"target.xhtml"</span> <span
class="nt">/></span>
<span class="nt"></ds:disableClientWindow></span>