[Zope-dev] HTMLFile() question
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 18 Nov 1999 23:12:35 +0100
Evan Simpson wrote:
>
> Martijn Faassen wrote:
[my problems with HTMLFile]
[snip]
> from Globals import HTMLFile, package_home
> _pdir = package_home(globals())
> form1 = HTMLFile('addForm', _pdir, formname='form1')
> ...
Nope, this approach gives me the same bug as the one I described before.
Weird.
Anyway, I hacked around this problem with a custom class, but it'd be
cleaner to use HTMLFile, so I'm still curious.
Thanks anyway, though!
Regards,
Martijn