You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2016/11/18 08:58:11 UTC

svn commit: r1770342 - /tcl/rivet/branches/2.3/doc/xml/formbroker.xml

Author: mxmanghi
Date: Fri Nov 18 08:58:11 2016
New Revision: 1770342

URL: http://svn.apache.org/viewvc?rev=1770342&view=rev
Log:
add note to the FormBroker introduction

Modified:
    tcl/rivet/branches/2.3/doc/xml/formbroker.xml

Modified: tcl/rivet/branches/2.3/doc/xml/formbroker.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/doc/xml/formbroker.xml?rev=1770342&r1=1770341&r2=1770342&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/doc/xml/formbroker.xml (original)
+++ tcl/rivet/branches/2.3/doc/xml/formbroker.xml Fri Nov 18 08:58:11 2016
@@ -11,6 +11,14 @@
          with their values as returned, for example, 
          by the <command>::rivet::load_response</command> command
       </para>
+      <note>
+      	The <command>FormBroker</command> package is still experimental. 
+      	Basic functionalities and interface are not likely to change but
+      	internal details and implementation could be redesigned
+      	in future releases. More specifically the external validator mechanism
+      	could be improved with the purpose of shielding the <command>FormBroker</command>
+      	internals from a data validation procedure.
+      </note>
       <!-- programlisting>
       
       </programlisting -->
@@ -362,8 +370,7 @@ a(var4) = 0</programlisting>
 
 }
 % set fbroker [::FormBroker create {mac mac_address validator validate_mac}]
-% ::rivet::load_response
-% parray response
+% ::rivet::load_response r
 % parray r
 r(mac) = 00-A1-B2-C3-D4-C5
 % $fbroker validate r



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org