You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2014/03/02 22:39:48 UTC

svn commit: r1573373 - /deltaspike/site/trunk/content/jsf.mdtext

Author: tandraschko
Date: Sun Mar  2 21:39:48 2014
New Revision: 1573373

URL: http://svn.apache.org/r1573373
Log:
docu for ds:disableClientWindow

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=1573373&r1=1573372&r2=1573373&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sun Mar  2 21:39:48 2014
@@ -137,7 +137,7 @@ The best way, to apply it for all views,
 
 ### ds:disableClientWindow
 
-Similiar to JSF 2.2' `disableClientWindow`, `ds:disableClientWindow` provides the ability to disable the rendering of the windowId to all links of all child components:
+Similiar to JSF 2.2' `disableClientWindow` attribute, `ds:disableClientWindow` provides the ability to disable the rendering of the windowId to all links of all child components:
 
     <ds:disableClientWindow>
         <h:link value="Link without windowId" outcome="target.xhtml" />