2 Jun
2006
2 Jun
'06
9:44 p.m.
----- Original Message ----- From: "thomas desvenain" <thomas.desvenain@gmail.com> To: <zope@zope.org> Sent: Friday, June 02, 2006 7:47 AM Subject: [Zope] refreshing external method
hello,
is there any way to refresh External Method (as Extension/Install.py for exemple) without restarting zope, as product's "refresh" method ?
External methods are not products and don't have a 'refresh' method: Thru the ZMI you just select the external method you want and then click the 'Save Changes' button. If you want to do it programmatically try calling 'manage_edit' - for more info go into the ZMI, click on the external method then look at the html source for the page, this will show you what you need to do. hth Jonathan