Hi!

I'm trying to write a cheetah template that should render a FFK's form
with this code

template = '''
...

$servlet.renderForm(None)

... more text '''

        t = Template(template, [{'servlet':self}])
        self.writeln(t)

Alas, this gives this strange error:

  self.writeln(t)
  File "WebKit/Page.py", line 243, in writeln
    self._response.write(str(arg))
  File "<string>", line 35, in respond
  File "SystemLog.py", line 72, in renderForm
  File "SitePage.py", line 222, in myrenderForm
    rf = self.renderableForm(defaults=defaults, optionSet=optionSet)
  File "FunFormKit/Form.py", line 90, in renderableForm
    if self._erroneousRequest and self._erroneousFormName == formDefinition.name():
AttributeError: SystemLog instance has no attribute '_erroneousRequest'


What have I done wrong?


-- 
Regards, max.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to