Author: buildbot
Date: Thu Mar  6 01:20:56 2014
New Revision: 900180

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/cookbook.html

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

Modified: websites/production/tapestry/content/cookbook.html
==============================================================================
--- websites/production/tapestry/content/cookbook.html (original)
+++ websites/production/tapestry/content/cookbook.html Thu Mar  6 01:20:56 2014
@@ -61,15 +61,7 @@
   </div>
 
 <div id="content">
-<div id="ConfluenceContent"><h1 id="Cookbook-Contents">Contents</h1>
-
-
-<p>The Tapestry Cookbook is a collection of tips and tricks for commonly 
occurring patterns in Tapestry.</p>
-
-<ul class="childpages-macro"><li><a shape="rect" 
href="default-parameter.html">Default Parameter</a> &#8212; <span 
class="smalltext">Avoiding repetition when using component parameters by adding 
autoconnect=true</span></li><li><a shape="rect" 
href="overriding-exception-reporting.html">Overriding Exception Reporting</a> 
&#8212; <span class="smalltext">Customizing Tapestry's default exception 
reporting page</span></li><li><a shape="rect" 
href="supporting-informal-parameters.html">Supporting Informal Parameters</a> 
&#8212; <span class="smalltext">How to make your custom component accept and 
pass on all unknown parameters to the underlying HTML element</span></li><li><a 
shape="rect" href="component-libraries.html">Component Libraries</a> &#8212; 
<span class="smalltext">How to create a library of your custom 
components</span></li><li><a shape="rect" href="switching-cases.html">Switching 
Cases</a> &#8212; <span class="smalltext">Performing the equivalent of a 
"switch" statement in your co
 mponent template using blocks and a delegate</span></li><li><a shape="rect" 
href="enum-parameter-recipe.html">Enum Parameter Recipe</a> &#8212; <span 
class="smalltext">Using an Enum as a component parameter using 
coercion</span></li><li><a shape="rect" href="error-page-recipe.html">Error 
Page Recipe</a> &#8212; <span class="smalltext">Serving up a Tapestry page as 
your site's custom 404 response page</span></li><li><a shape="rect" 
href="extending-the-if-component.html">Extending the If Component</a> &#8212; 
<span class="smalltext">Adding a type coercion to enable the If component to 
test for anything</span></li><li><a shape="rect" 
href="meta-programming-page-content.html">Meta-Programming Page Content</a> 
&#8212; <span class="smalltext">Adding an Annotation and a Filter to customize 
Tapestry's page rendering</span></li><li><a shape="rect" 
href="using-select-with-a-list.html">Using Select With a List</a> &#8212; <span 
class="smalltext">Using SelectModel, SelectModelFactory and ValueE
 ncoder for Select menus populated from a database</span></li><li><a 
shape="rect" href="ioc-cookbook.html">IoC cookbook</a> &#8212; <span 
class="smalltext">Tips and tricks for using Tapestry's Inversion of Control 
container</span><ul class="childpages-macro"><li><a shape="rect" 
href="ioc-cookbook-basic-services-and-injection.html">IoC Cookbook - Basic 
Services and Injection</a></li><li><a shape="rect" 
href="ioc-cookbook-overriding-ioc-services.html">IoC Cookbook - Overriding IoC 
Services</a></li><li><a shape="rect" href="ioc-cookbook-patterns.html">IoC 
Cookbook - Patterns</a></li><li><a shape="rect" 
href="ioc-cookbook-service-configurations.html">IoC cookbook - Service 
Configurations</a></li></ul></li><li><a shape="rect" 
href="performance-and-clustering.html">Performance and Clustering</a></li></ul>
-
-<p></p><p></p><p></p><p></p><p></p>
-</div>
+<div id="ConfluenceContent"><h1 id="Cookbook-Contents">Contents</h1><p>The 
Tapestry Cookbook is a collection of tips and tricks for commonly occurring 
patterns in Tapestry.</p><p></p><ul class="childpages-macro"><li><a 
shape="rect" href="default-parameter.html">Default Parameter</a> &#8212; <span 
class="smalltext">Avoiding repetition when using component parameters by adding 
autoconnect=true</span></li><li><a shape="rect" 
href="overriding-exception-reporting.html">Overriding Exception Reporting</a> 
&#8212; <span class="smalltext">Customizing Tapestry's default exception 
reporting page</span></li><li><a shape="rect" 
href="error-page-recipe.html">Error Page Recipe</a> &#8212; <span 
class="smalltext">Serving up a Tapestry page as your site's custom 404 response 
page</span></li><li><a shape="rect" 
href="supporting-informal-parameters.html">Supporting Informal Parameters</a> 
&#8212; <span class="smalltext">How to make your custom component accept and 
pass on all unknown parameters to the
  underlying HTML element</span></li><li><a shape="rect" 
href="component-libraries.html">Component Libraries</a> &#8212; <span 
class="smalltext">How to create a library of your custom 
components</span></li><li><a shape="rect" href="switching-cases.html">Switching 
Cases</a> &#8212; <span class="smalltext">Performing the equivalent of a 
"switch" statement in your component template using blocks and a 
delegate</span></li><li><a shape="rect" href="enum-parameter-recipe.html">Enum 
Parameter Recipe</a> &#8212; <span class="smalltext">Using an Enum as a 
component parameter using coercion</span></li><li><a shape="rect" 
href="extending-the-if-component.html">Extending the If Component</a> &#8212; 
<span class="smalltext">Adding a type coercion to enable the If component to 
test for anything</span></li><li><a shape="rect" 
href="meta-programming-page-content.html">Meta-Programming Page Content</a> 
&#8212; <span class="smalltext">Adding an Annotation and a Filter to customize 
Tapestry's page rend
 ering</span></li><li><a shape="rect" 
href="using-select-with-a-list.html">Using Select With a List</a> &#8212; <span 
class="smalltext">Using SelectModel, SelectModelFactory and ValueEncoder for 
Select menus populated from a database</span></li><li><a shape="rect" 
href="ioc-cookbook.html">IoC cookbook</a> &#8212; <span class="smalltext">Tips 
and tricks for using Tapestry's Inversion of Control container</span><ul 
class="childpages-macro"><li><a shape="rect" 
href="ioc-cookbook-basic-services-and-injection.html">IoC Cookbook - Basic 
Services and Injection</a></li><li><a shape="rect" 
href="ioc-cookbook-overriding-ioc-services.html">IoC Cookbook - Overriding IoC 
Services</a></li><li><a shape="rect" href="ioc-cookbook-patterns.html">IoC 
Cookbook - Patterns</a></li><li><a shape="rect" 
href="ioc-cookbook-service-configurations.html">IoC cookbook - Service 
Configurations</a></li></ul></li><li><a shape="rect" 
href="performance-and-clustering.html">Performance and 
Clustering</a></li></ul><p>&#
 160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p></div>
 </div>
 
 <div class="clearer"></div>


Reply via email to