14 Oct
2003
14 Oct
'03
4:39 p.m.
If I have form that has a long list of form variables, is there a shorter way to pass though variables to python script for processing instead of individual listing at the parameter list?
You can pull them directly from the context.REQUEST object via the mapping-type access sytax. --jcc