You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Josh Canfield <jo...@gmail.com> on 2007/08/02 08:27:44 UTC

Absolute URLs

Part of my application needs to pass absolute urls for my pages to 3rd party
services (adding a google bookmark for instance). I've hunted around in the
source, mailing lists etc but have only found the feature in tapestry
4 ( ILink.html#getAbsoluteURL()
)<http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/engine/ILink.html#getAbsoluteURL%28%29>

Currently I'm grabbing the HttpServletRequest from RequestGlobals and
building the url myself. Am I missing something, or is there an API call
that I've missed?

Thanks,
Josh

Re: [T5] Absolute URLs

Posted by Nick Westgate <ni...@key-planning.co.jp>.
You haven't missed anything. It's just not there yet. Please add a JIRA issue.

Cheers,
Nick.


Josh Canfield wrote:
> I'm working with Tapestry 5...
> 
> On 8/1/07, Josh Canfield <jo...@gmail.com> wrote:
>> Part of my application needs to pass absolute urls for my pages to 3rd
>> party services (adding a google bookmark for instance). I've hunted around
>> in the source, mailing lists etc but have only found the feature in tapestry
>> 4 ( ILink.html#getAbsoluteURL() )<http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/engine/ILink.html#getAbsoluteURL%28%29>
>>
>> Currently I'm grabbing the HttpServletRequest from RequestGlobals and
>> building the url myself. Am I missing something, or is there an API call
>> that I've missed?
>>
>> Thanks,
>> Josh
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [T5] Absolute URLs

Posted by Josh Canfield <jo...@thedailytube.com>.
I'm working with Tapestry 5...

On 8/1/07, Josh Canfield <jo...@gmail.com> wrote:
>
> Part of my application needs to pass absolute urls for my pages to 3rd
> party services (adding a google bookmark for instance). I've hunted around
> in the source, mailing lists etc but have only found the feature in tapestry
> 4 ( ILink.html#getAbsoluteURL() )<http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/engine/ILink.html#getAbsoluteURL%28%29>
>
> Currently I'm grabbing the HttpServletRequest from RequestGlobals and
> building the url myself. Am I missing something, or is there an API call
> that I've missed?
>
> Thanks,
> Josh
>