+-------[ Nancy Donnelly ]---------------------- | ----- Original Message ---- | From: Andrew Milton <[EMAIL PROTECTED]> | | > absolute url returns a string prefixed with "http(s)://", unless the relative | > parameter evaluates to true.... None doesn't do that. | > | > Try using relative = True | | You mean like this? | | <span | tal:define="global url python:here.absolute_url(relative=True) + '/ | index_frame.pt#quotes'" | /> | <span | tal:define="root python:container.restrictedTraverse(url)" | tal:replace="structure python:here.printSiteMap(root, 12)" | /> | | It didn't like that either :(
Try removing the 'anchor' (#quotes), since you dont have an object called 'index_frame.pt#quotes', do you ? Do you have any more information? Like error messages? The value that url evaluates to? -- Andrew Milton [EMAIL PROTECTED] _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
