Alexander N Gould wrote:
>
> Now that I've set up some virtual hosts off my zserver, I have another
> question. These sites (each in a folder in the zope DB) share a lot of
> data in the form of some custom zobjects representing contacts, calendar
> items, and posts to discussion boards. If I put these objects in folders
> on the root level, how do I access them from dtml methods somewhere else?
> Or am I going about this all wrong?
<dtml-with SomeTopFolder>
<dtml-var SomeObject>
</dtml-with>
A revamped "transparent folder" will allow you to make global objects
more easily sometime in the near future (after 2.2 release)
ethan mindlace fremen
Zopatista Community Liason
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )