[Zope] Zope 2.8.4 external methods do not autorefresh

Dennis Allison allison at shasta.stanford.edu
Fri Nov 18 14:25:06 EST 2005


test framework:

<dtml-var standard_html_header>
<dtml-var expr="eproc()">
<dtml-var standard_html_footer>

Setup an external method

def eproc( self ):
        return 'hello world'

and run the test method.  It prints

hello world

Now, change the test method
  
def eproc( self ):
        return 'hello world too'

and run the test method.  It prints

hello world

which is a deviation from the usual Zope2 behavior.  

To adopt the code for the modified method the external method needs 
to be resaved.

Is this a bug or a feature?



-- 



More information about the Zope mailing list