[Zope] Help with Dynamic Link

Dieter Maurer dieter@handshake.de
Mon, 10 Feb 2003 20:31:34 +0100


Chetan Kumar wrote at 2003-2-10 13:00 +0530:
 > ...
 > Under the column Update I need to provide a link to a python script 
 > (UpdateData).
 > The script should get the Name, Entry, Details from the ZPT and show the 
 > present
 > data in a form. I can handle if the script gets these arguments.
 > 
 > The problem is with create a link which will call UpdateData with proper 
 > arguments.
Creating links is made easy with the functions "url_query"
and "make_query" from the "ZTUtils.Zope" module.

Check their source. It contains a good description.


Dieter