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