Hi,
 
use
Link is <a href="/AFolder/">link here</a>
 
instead of
 
Link is <a href="AFolder/">link here</a>
 
 
Jens
----- Original Message -----
From: honey bee
To: zope@zope.org
Sent: Saturday, March 09, 2002 12:04 PM
Subject: [Zope] infobar and urls

HI,
I face a problem in using href tags in zope.I am using an Infobar from which I normally get all items and display them as links.but I decided to restrict the links displayed by adding an infobar_dtml method within the folder.
Now the problem is that the link works but the URL keeps building up like this.
Link is <a href="AFolder/">link here</a>
each time I click on the link url adds "AFolder/" to itself.So it keeps growing with each click
http://hostname:0000/AFolder/
http://hostname:0000/AFolder/AFolder/
http://hostname:0000/AFolder/AFolder/AFolder/
 
 
I was told that this is a bug in zope.But is there no workaround for this? please help.It looks ugly on my application   :(
Thanks and REgards
 
 
 
 


MSN Photos is the easiest way to share and print your photos: Click Here
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )