Hi ! I´m a Zope newbie user, I´m learning Zope just two months ago in my spare time. For a test I made a simple Web site, everything is Ok, except a thing, my URL´s, let me explain I have a page with 2 columns: TOC and content, when I clic on an item on the TOC, the page is showed and the URL its right, but when again click on the same item the URL looks bad, but the page is correctly showed. 1 click -> http://www/cgi-bin/Zope/mysite/event/past.html 2 click -> http://www/cgi-bin/Zope/mysite/event/event/past.html 3 click -> http://www/cgi-bin/Zope/mysite/event/event/past.html and so.... Can any body explain me what´s the problem ? Thank for your time -- Hardy Beltran Monasterios hardy@acm.org PD. Sorry, Spanish is my mother tongue
I noticed the same thing. It is actually a bug. The issue is that some HTML links are being incorrectly coded as "manage_main" when they should be "../manage_main" I have found this bug in several Zope products. Which kind of object are you using? a DTMLDocument? --Craeg Hardy Beltran Monasterios wrote:
Hi !
I´m a Zope newbie user, I´m learning Zope just two months ago in my spare time.
For a test I made a simple Web site, everything is Ok, except a thing, my URL´s, let me explain
I have a page with 2 columns: TOC and content, when I clic on an item on the TOC, the page is showed and the URL its right, but when again click on the same item the URL looks bad, but the page is correctly showed. 1 click -> http://www/cgi-bin/Zope/mysite/event/past.html 2 click -> http://www/cgi-bin/Zope/mysite/event/event/past.html 3 click -> http://www/cgi-bin/Zope/mysite/event/event/past.html
and so....
Can any body explain me what´s the problem ?
Thank for your time
participants (2)
-
Craeg K. Strong -
Hardy Beltran Monasterios