[Zope] external method as an href

Robin Becker robin@jessikat.demon.co.uk
Wed, 8 Dec 1999 13:25:24 +0000


Hi,

I want to pass the current REQUEST into an external method which is used
as an href.


eg

<a href=X?T=3>link_X</a>

where X is defined as

def X(REQUEST,RESPONSE,T=0):
        .....


How can I make Zope pass the current REQUEST into this external method?
-- 
Robin Becker