dtml-tree status again
Hi! dtml-tree question again (ZopeTree is not suitable for now, because I want to build a tree from results of zsql methods) A little example to demonstrate my problem: <dtml-tree> <a href="&dtml-URL0;"><dtml-var id></a> </dtml-tree> Each link is pointing to the same page where the dtml-tree is, but when you click on any link, tree will lost its status, and it will be collapsed. Now that's what I don't want :) Version: Zope2.7.2 Lac
Gál László wrote at 2004-9-11 13:20 +0000:
dtml-tree question again (ZopeTree is not suitable for now, because I want to build a tree from results of zsql methods) A little example to demonstrate my problem: <dtml-tree> <a href="&dtml-URL0;"><dtml-var id></a> </dtml-tree> Each link is pointing to the same page where the dtml-tree is, but when you click on any link, tree will lost its status, and it will be collapsed. Now that's what I don't want :)
Apparently, the browser does not send the tree cookie. I do not understand why. I think, it should... -- Dieter
participants (2)
-
Dieter Maurer -
Gál László