4 Feb
2003
4 Feb
'03
9:37 a.m.
Hi, I have this python script: ## Script (Python) "edit_wrapper" ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind subpath=traverse_subpath ##parameters=list_argument ##title= ## REQUEST.RESPONSE.redirect('edit_records?list_argument=%s' % list_argument) When I try to use list_argument in edit_records I find that is not a list as it should be. In the python script it is a list but when is passed to edit_records it becomes a string. I've tried to pass the argument like list_argument:list but that is rendered in edit_records like ["[.....]"](a list with one string element). Any help is welcomed. TNX. -- ICQ: 165549179