Author: andyhot
Date: Thu Sep 24 16:26:51 2009
New Revision: 818537

URL: http://svn.apache.org/viewvc?rev=818537&view=rev
Log:
TAPESTRY-2583: doc about block component and pageBeginRender

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml?rev=818537&r1=818536&r2=818537&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml 
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/block.xml Thu Sep 
24 16:26:51 2009
@@ -70,6 +70,12 @@
                     <a href="renderblock.html">RenderBlock</a>
                     component can be passed a Block instance, which will 
trigger the Block to render
                     its body.
+                    <span class="warn">
+                                               <strong>Warning:</strong>
+                                               <p>Even though a Block may not 
render at all, the pageBeginRender method of the
+                                               components it includes will 
still get invoked. Also see related warning in <a 
href="renderblock.html">RenderBlock</a>.
+                                               </p>
+                                       </span>
                 </p>
 
                 <p>


Reply via email to