18 Feb
2003
18 Feb
'03
9:55 p.m.
Folks, I am interested in accessing resorcces from two or more zope servers. For example, <br> hahaha! <br> <dtml-var name=funny> <br> hohoho! <br> The code snippet above will, when rendered, yield: hahaha! hehehe! hohoho! provided that the entity funny ultamately returns hehehe! and accessible within the name space. But how could I do this if the object funny is on a different zope server? Ie., how can I connect two name spaces on different zope servers in some not-so-caotic fasion? Thanks in advance. Regards, Tena Sakai