[Zope3-Users] Re: absolute_url in the viewlet ?

2006-10-02 Thread Jürgen Kartnaller
Or simply : from zope.traversing.browser.absoluteurl import absoluteURL absoluteURL(self.context, self.request) Jürgen [EMAIL PROTECTED] wrote: self.context.absolute_url looks very zope2ish, absolute_url is no longer inherited, it is an adapted component, so I believe the accepted Zope3 way

Re: [Zope3-Users] Re: absolute_url in the viewlet ?

2006-10-03 Thread Baiju M
This was already in FAQ: http://kpug.zwiki.org/Zope3Faq#is-there-a-function-with-which-i-can-get-the-url-of-a-zope-object So always look at FAQ first :) Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/lis

Re: [Zope3-Users] Re: absolute_url in the viewlet ?

2006-10-03 Thread Gabriel Genellina
At Tuesday 3/10/2006 04:23, Baiju M wrote: This was already in FAQ: http://kpug.zwiki.org/Zope3Faq#is-there-a-function-with-which-i-can-get-the-url-of-a-zope-object So always look at FAQ first :) ...and how does one know about that FAQ existence? Gabriel Genellina Softlab SRL

Re: [Zope3-Users] Re: absolute_url in the viewlet ?

2006-10-03 Thread Baiju M
On 10/3/06, Gabriel Genellina <[EMAIL PROTECTED]> wrote: At Tuesday 3/10/2006 04:23, Baiju M wrote: >This was already in FAQ: >http://kpug.zwiki.org/Zope3Faq#is-there-a-function-with-which-i-can-get-the-url-of-a-zope-object >So always look at FAQ first :) ...and how does one know about that FAQ