You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by dr...@apache.org on 2010/04/21 08:25:34 UTC

svn commit: r936171 - /tapestry/tapestry5/trunk/src/site/apt/guide/parameters.apt

Author: drobiazko
Date: Wed Apr 21 06:25:34 2010
New Revision: 936171

URL: http://svn.apache.org/viewvc?rev=936171&view=rev
Log:
TAP5-1094: Create a binding prefix, "symbol:", that is used to access IoC symbols

Modified:
    tapestry/tapestry5/trunk/src/site/apt/guide/parameters.apt

Modified: tapestry/tapestry5/trunk/src/site/apt/guide/parameters.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/parameters.apt?rev=936171&r1=936170&r2=936171&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/parameters.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/parameters.apt Wed Apr 21 06:25:34 2010
@@ -144,6 +144,8 @@ Binding Expressions
 *------------+----------------------------------------------------------------------------------+
 | prop       | A {{{propexp.html}property expression}} to read or update.                       |
 *------------+----------------------------------------------------------------------------------+
+| symbol     | A name of a symbol.                       |
+*------------+----------------------------------------------------------------------------------+
 | translate  | The name of a configured translator.                                             |
 *------------+----------------------------------------------------------------------------------+
 | validate   | A <validator specification> used to create some number of field validators.      |