Home
The Toolkit for Online Communities
15903 Community Members, 0 members online, 2399 visitors today
Log In Register

Forum OpenACS Q&A: Re: How to return url for xowiki::formPage

OpenACS Home : Forums : OpenACS Q&A : Re: How to return url for xowiki::formPage : One Message

+
Posted by Richard Hamilton on
Ah, no, that is the requested url. What I need is the url that is registered with the request processor for the ::xowiki::Page(s) that are shown in the weblog portal. This so that I can add a Facebook 'Like' link that is specific for each weblog posting.
+
Posted by Richard Hamilton on
I know, answering your own questions is a really bad habit!

set url "[ad_conn location][$__including_page pretty_link]"

+
Posted by Gustaf Neumann on
to obtain from an arbitrary page the fully qualified URL, one can use... [$page pretty_link -absolute true]