Florent Guillaume wrote:
> Undefined: Sorry, an error occurred
I *finally* tracked this one down. It's fixed in CVS, but you can easy
patch your Zope. In PageTemplates/TALES.py, find the following lines:
def __nonzero__(self):
return 0
...and change the "0" to a "1".
Cheers,
Evan @ Zope