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
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