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