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 <tt>value</tt> 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 <tt>value</tt> element can be used to
specify a <em>binding expression</em> 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>