You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bu...@apache.org on 2013/02/23 04:21:28 UTC

svn commit: r851610 - in /websites/production/tapestry/content: cache/main.pageCache component-parameters.html

Author: buildbot
Date: Sat Feb 23 03:21:28 2013
New Revision: 851610

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/component-parameters.html

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/tapestry/content/component-parameters.html
==============================================================================
--- websites/production/tapestry/content/component-parameters.html (original)
+++ websites/production/tapestry/content/component-parameters.html Sat Feb 23 03:21:28 2013
@@ -82,15 +82,15 @@
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
-                         <a shape="rect" href="component-classes.html">Component Classes</a>
+                         <a shape="rect" href="supporting-informal-parameters.html">Supporting Informal Parameters</a>
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
-                         <a shape="rect" href="component-cheat-sheet.html">Component Cheat Sheet</a>
+                         <a shape="rect" href="component-classes.html">Component Classes</a>
         
                                             </td></tr><tr><td colspan="1" rowspan="1">
                                  <span class="icon icon-page" title="Page">Page:</span>
-                         <a shape="rect" href="supporting-informal-parameters.html">Supporting Informal Parameters</a>
+                         <a shape="rect" href="component-cheat-sheet.html">Component Cheat Sheet</a>
         
                                             </td></tr></table>
 </div>
@@ -318,8 +318,6 @@
 
 <p>You may set a default value for optional parameters using the&#160;<tt>value</tt>&#160;element of the @Parameter annotation. In the Count component above, the start parameter has a default value of 1. That value is used unless the start parameter is bound, in which case, the bound value supersedes the default.</p>
 
-<p><a shape="rect" name="ComponentParameters-InheritedParameterBindings"></a></p>
-
 <h3><a shape="rect" name="ComponentParameters-ParameterBindingDefaults"></a>Parameter Binding Defaults</h3>
 
 <p>The @Parameter annotation's&#160;<tt>value</tt>&#160;element can be used to specify a&#160;<em>binding expression</em>&#160;that will be the default binding for the parameter if otherwise left unbound. Typically, this is the name of a property that that will compute the value on the fly.</p>