[Tapestry-commits] CVS: Tapestry/web new.html,1.102,1.102.4.1
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:33:23
|
Update of /cvsroot/tapestry/Tapestry/web
In directory sc8-pr-cvs1:/tmp/cvs-serv15444/web
Modified Files:
Tag: hship-2-3
new.html
Log Message:
Add support for providing expressions in component templates.
Index: new.html
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/web/new.html,v
retrieving revision 1.102
retrieving revision 1.102.4.1
diff -C2 -d -r1.102 -r1.102.4.1
*** new.html 29 Nov 2002 14:46:47 -0000 1.102
--- new.html 30 Nov 2002 03:33:20 -0000 1.102.4.1
***************
*** 12,15 ****
--- 12,27 ----
<td valign="top" align="left"><img height="44" src="images/ico_t.gif" alt="[Tapestry Logo]" width="44" align="absMiddle" border="0"> <img height="22" alt="Tapestry" src="images/hd_tapestry.gif" width="100" align="absMiddle" vspace="17" border="0">
+ <h3>NEXT_RELEASE</h3>
+
+ Moved the Inspector out of the framework and into the contrib library.
+
+ <p>
+ Added support for specifying expressions in the component template. Expressions
+ are specified as attributes with the format "<code>[[ <i>expression</i> ]]</code>".
+ The brackets and leading and trailing whitespace are removed.
+ Expressions specified this way are the equivalent of the
+ <code><binding></code> element in a specification.
+
+
<h3>Release 2.3-alpha-1</h3>
|