[Zope] changing the behaviour of an object with another object

Eric Balasbas ebalasba@bway.net
Tue, 26 Jun 2001 17:04:51 -0400 (EDT)


I believe this topic is covered in the Zope book, especially in this
chapter:
http://www.zope.org/Members/michel/ZB/ScriptingZope.dtml


Eric Balasbas
Senior Developer
eric@virtosi.com

http://www.virtosi.com/
Virtosi Ltd.
Design -- Branding -- Zope


On Tue, 26 Jun 2001, Ismet Dere wrote:

> hello all!
>
> maybe this is an old issue but please forgive me, i am a newbie :)
>
> in Zope2.3.x for Linux (RH-7.1)
> is it possible to change the behaviour of an object with another object that comes after it, when you call it from a browser?
>
> for few examples:
>
> my folders:
> /web/articles/jane/art1_html
> /web/BOOKS/fiction_html
> /web/misc/print_view  (print_view  is a DTML_Method)
>
> www.mydomain.com:8080/web/articles/jane/art1_html  (normal view)
> www.mydomain.com:8080/web/articles/jane/art1_html/print_view  (print view)
>
> www.mydomain.com:8080/web/BOOKS/fiction_html/print_view
> (same "print_view" object in use for changing another objects view)
>
> www.mydomain.com:8080/web/BOOKS/fiction_html/fancy_view
> (other possible use)
>
>
>
> i appreciate any help.
> ismet
>
>
>