hlship 2003/03/23 15:20:57
Modified: web new.html
Log:
Add support for parameter direction 'auto'.
Revision Changes Path
1.142 +3 -1 jakarta-tapestry/web/new.html
Index: new.html
===================================================================
RCS file: /home/cvs/jakarta-tapestry/web/new.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- new.html 23 Mar 2003 16:12:39 -0000 1.141
+++ new.html 23 Mar 2003 23:20:57 -0000 1.142
@@ -34,6 +34,8 @@
<li>Added two new application extensions to allow page and component specifications
and templates
to be provided in non-standard ways (when not found using the default rules).</li>
<li>Changed file upload to work using Jakarta Commons FileUpload (patch provided
by Joe Panico).</li>
+<li>Added new parameter direction: <code>auto</code>, which creates a
synthetic property backed by
+ the binding.</li>
</ul>
<pre>
|