Hi,

I'm trying to build an application with Cheetah and FunFormKit under
WebKit. I'm having a problem to use a templated page setup and use FFK.

My current way to work is that I have a SkeletonPage class which is
equivalent to that of Cheetah, from that I create using a .tmpl file a
SiteTemplate class. This stage works and I have some pages that inherit
the template and change the content. Neat and easy.

Now I want to create a login page and use FFK to do the form itself.

I've tried to create Python subclass Login.py that inherits from Cheetah
and from FFK and replace the writeContent method that I use to display
the page content. But it simply doesn't work and I get only the
SiteTemplate result.

I'd be happy if someone can explain to me where I'm wrong and possibly
provide an example on how to build together with all these components.

Thanks,
Baruch


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to