8 Nov
2006
8 Nov
'06
7:23 p.m.
<p tal:on-error="string: mailScript() isn't defined! This should be in your *s* dir with the default installation." tal:replace="structure python:here.mailScript()" />
Use just: <p tal:replace="structure python:here.mailScript()" /> and tell us what error do you see now. tal:on-error catches all kind of errors that may happen and displays always same string about *s* dir (I have no idea what *s* is...) which just masks real error. I mean that instead of: 'mailScript() isn't defined! This should be in your *s* dir with the default installation.' you may write 'I don't like you so you'll se this error :P' and then wonder why this page doesn't like you ;) -- Maciej Wisniowski