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 2014/03/02 22:39:53 UTC

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

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">&lt;ds:disableClientWindow&gt;</span>
     <span class="nt">&lt;h:link</span> <span class="na">value=</span><span class="s">&quot;Link without windowId&quot;</span> <span class="na">outcome=</span><span class="s">&quot;target.xhtml&quot;</span> <span class="nt">/&gt;</span>
 <span class="nt">&lt;/ds:disableClientWindow&gt;</span>