On Mar 23, 2007, at 12:59 AM, percious wrote:
>
> That would work if I had access to the argument list coming back from
> cherry py and/or was able to pass in my own arguments to the callable
> at run-time. any idea if this is possible?
You could use cherrpy.request as intermediate storage, something like:
def get_form():
args = cherrypy.request.args
# do stuff
return form
the somewhere in your code populate request.args before get_form is
called
Alberto
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---