[Zope] how to create a new HTTPRequest record
Rocky Burt
rocky.burt@bricsnet.com
Sat, 8 Mar 2003 16:07:56 -0500
I have a form that has var names something like this...
properties.a:record
properties.b:record
and submit's to a python script named 'myaction'.
Course this creates a record object for me in the python script that my form submits against.
But, is there anyway for one python script to programatically create a record with the same attributes and invoke myaction with that record object?
(this is all TTW of course)
- Rocky