[Zope3-Users] Error in testbrowser documentation

2007-11-21 Thread Encolpe Degoute
Hello, On http://pypi.python.org/pypi/zope.testbrowser you can read: When a link text matches more than one link, by default the first one is chosen. You can, however, specify the index of the link and thus retrieve a later matching link: browser.getLink('Link Text') Link text='Link Text'

[Zope3-Users] Five Formlib and validator

2007-11-21 Thread Christian Klinger
Hi, i try to make a formlib action with an validator. My environment is Zope 2.10.4 Five 1.4.4 plone.app.form branch 2.5 This is my method: def validate_change_passwd(self, action, data): errors = self.validate(action, data) # test password from