Yeah I tried that but the problem is that it's still generating urls that
dont contain the hostname i.e. assuming I have mapped my app to the root
context a pagelink renders as:

<a href="/test">move to test page</a>

Whereas I need it to be in the format <a href="./test"> or <a href="
http://www.server.com/test";>

Toby

2008/10/29 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]>

> Em Wed, 29 Oct 2008 18:21:04 -0300, Toby Hobson <
> [EMAIL PROTECTED]> escreveu:
>
>  I have an unusual requirement - I am developing a facebook application and
>> I would like to use Tapestry however I have hit a problem with the URLs T5
>> is generating. Basically I need the urls to be relative i.e. ../test or
>> absolute i.e. http://server.com/context/test, Facebook is falling over
>> when T5 generates URLs like /context/test
>>
>
> Take a look at http://tapestry.apache.org/tapestry5/guide/conf.html and
> search for "tapestry.force-absolute-uris".
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> Consultor, desenvolvedor e instrutor em Java
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to