How do you reolad an external method that has changed? the only way I hafe found is restarting zope - pretty slow, and I wouldn't want to do on the daytime at our server (versions are rather cool, now I can develop on the production server safely). The only other way I see would be writing bug free code at the first time, which would be rather cool... Is reloading zope _really_ the only way forus mere mortals? -- Riku Voipio riku.voipio@tietoenator.com 09-862 60764
On Thu, 14 Sep 2000, Riku Voipio wrote:
How do you reolad an external method that has changed?
Just click on 'Edit' button. ololo@zeus.polsl.gliwice.pl /--------------------------------------\ | `long long long' is too long for GCC | \--------------------------------------/
Riku Voipio wrote:
How do you reolad an external method that has changed?
You shouldn't need to do anything, or so I was told... In practice, you can either: - wait a few minutes until the external method object gets flushed out of the cache - Hit the 'Edit' button for the external method.
(versions are rather cool, now I can develop on the production server safely).
Versions and external methods interact very badly :-( Don't try editing and external method in a version. cheers, Chris
On Thu, Sep 14, 2000 at 11:52:59AM +0100, Chris Withers wrote:
Riku Voipio wrote:
How do you reolad an external method that has changed?
(versions are rather cool, now I can develop on the production server safely).
Versions and external methods interact very badly :-( Don't try editing and external method in a version.
Blah. External mehtods seem to be astonishingly external. -- Riku Voipio riku.voipio@tietoenator.com 09-862 60764
okay.. I have this website like this: on the left column I have a dtml tree, and on the right side, I have a content that using SQL method and requires a parameter. but when I try to expand or collapse a tree node... it returns an error because the SQL method on the right columns ask for a parameter. I can't assign a default value for the parameter, since it wont show the right page. Is there anyway to add a parameter to the link on the expand-collapse part so my right column won't return error. I can't use a frame cause it's my web's spec...^_^ thanks guys.. -IGUN-
participants (4)
-
Aleksander Salwa -
Chris Withers -
Indra Gunawan -
Riku Voipio