plone - Multiple calls to a portlet method in Renderer class -


i'm creating portlet based on base portlet.

in renderer class, i've defined method :

def mymethod(self):     """ """     logger.info("hou yeah")     .... 

in portlet's template call view/mymethod

in root site, add portlet.

etc...

is normal behavior ?

is there way fix ?

thanks.

it normal behaviour, think. you've find transaction right one. others deleted zope transactions handling.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -