On Wednesday 17 August 2005 12:32, Michael van Slingerland wrote: > I had the feeling that views needed to be used but it looked so > inefficient. Is there a thought/philosophy behind the fact that we can't > access adapters directly from ZPT?
Yes, looking up adapters is programming and ZPT should be only for templating. All programming should be done in view classes. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
