On Wed, May 24, 2006 at 11:31:29AM -0500, David Johnson wrote:

> from zope.pagetemplate.pagetemplatefile import PageTemplateFile
> 
> class OrderView:
> 
>    def city(self):
>        return 'Fort Worth'
> 
> class ProcessStep(StepFactory):
> 
>     implements(IProcessStep)
> 
>     orderform = PageTemplateFile('orderform.pt')

maybe this attribute ought to be called "template" instead of "orderform" ?

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to