12 Sep
2006
12 Sep
'06
5:33 p.m.
--On 12. September 2006 18:26:20 +0100 Alan <alanwilter@gmail.com> wrote:
it returns values of arg1 and arg2. But my problem is that the number args cannot be fixed since such arguments depends on other page.
All form parameter are available from the REQUEST.form. self.REQUEST gives you the REQUEST object inside an external method. 'form' is basically a dict-like object so you can use the standard Python methods for dicts for doing whatever you want. -aj