30 Mar
2001
30 Mar
'01
12:06 a.m.
From: "Ronald L. Roeber" <rroeber1@unl.edu>
print context.printResults( MyList, context, context.REQUEST ) return printed
'context' and 'REQUEST' should be the only positional parameters; anything else has to be keyword-style. Unless you're printing more than just the results of this one call, you can just return it: return context.printResults(context, context.REQUEST, MyList=MyList) Cheers, Evan @ digicool & 4-am