Hi, I'm using rivet 2.0.1. The form package docco says: -method ?post|get?
The http method for sending the form data back to the server. Possible values are get or post Note At the time of writing only the 'get' method is implemented My test indicates that putting "-method post" results in a 'get' operation. Is this likely to be updated/modified? Is there a variant of form.tcl (cvs tip?) that supports post? I grabbed the CVS tip of Tcl8.6 (yeah, living on the edge) in order to get the newest tdbc. For reasons unobvious to me, the itcl that builds out of the box doesn't quite support pure itcl syntax. In particular, it requires a "[self] methodName" to invoke internal object methods from within a method. I've got a kludged version of form.tcl that works (to the extent that I've tested it) with the new 8.6. Is anyone interested in this code? I'm not sure that my kludge has long term use, though it might provide a start on a port from itcl to TclOO. Thanks, Clif -- ... Clif Flynt ... http://www.cwflynt.com ... [email protected] ... .. Tcl/Tk: A Developer's Guide (2nd edition) - Morgan Kauffman .. .. 17'th Annual Tcl/Tk Conference: 2010, Oak Brook, IL USA .. ............. http://www.tcl.tk/community/tcl2010/ ............ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
