Paul Winkler wrote:
Visit foo/absolute_url and you will find that it "has an empty or missing docstring".
Is this by design, or is it just something that nobody has needed?
I would like to propose making it callable TTW, unless somebody
knows a reason it should not be.
I don't know whether absolute_url should be accessible via URL, but here's a way to get the same thing (almost): add a script at the root of your site called "AbsoluteURL", with the body "return context.absolute_url()". Then just use "http://example.com/foo/bar/AbsoluteURL"; instead of "http://example.com/foo/bar/absolute_url";.

Shane


_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Reply via email to