[Zope] 2.2b3 and absolute_url wrong?
Ron Bickers
rbickers@logicetc.com
Mon, 3 Jul 2000 14:25:34 -0400
I have a folder "RSSChannels" with a few RSSChannel instances in it, one of
which is called 'zopenews'. There is also a DTML Method called 'view_all"
that displays the channel contents.
In Zope 2.1.4, both of the following code snippets resulted in
http://localhost/RSSChannels/zopenews/view_all, but Zope 2.2b3 returns
http://localhost/RSSChannels/view_all.
Is 2.2b3 broken, or was 2.1.4?
<dtml-var "RSSChannels.zopenews.view_all" url>
or
<dtml-with RSSChannels>
<dtml-with zopenews>
<dtml-var view_all url>
</dtml-with>
</dtml-with>
_______________________
Ron Bickers
Logic Etc, Inc.
rbickers@logicetc.com