Hi,
Thanks for the suggestions .I tired to use the
suggested method to send the parameter but i am getting an error
I tried
<table tal:define="results
list_clients;
start
request/start|python:0;
batch
python:modules['ZTUtils'].Batch(results,
size=5,
start=start)">
<div tal:repeat="result batch"
>
<td><a href="zpt" tal:attributes="href
python:here.pset_delclient(txtId=result.id,haction='del');">Delete</a></td>#pset_delclient
is #the pythonscript that needs two parameters to be passed
called txtId and haction.
If i send only one parameter txtId i get the error:
Error Type:
TALESError
Error Value: exceptions.KeyError on txtId in
'',
I have tried also result/id,and
result['id'](Are all these options possible to get ?)
If i adjust the parameters in anyway i get an
error on haction also :
Regards
John Kunchandy