Including {request.contextPath} as a transform param did the trick, thanks!

Is there any way to do this globally for all matches in the sitemap or does
it have to be passed to each transform?

- Bob
On May 16, 2012 12:53 PM, "Bob Harrod" <[email protected]> wrote:

> Ok, thank you!  I can look at the LinkRewriterTransformer.  Since I'm new
> to this, I have some follow up questions:
>
> 1. Is this a "plugin" that I have to install or does it exist in the stock
> version of cocoon 2.1?
>
> 2. The examples reference the transformer from a sitemap context.  Is
> there a way to use the LinkRewriterTranformer directly from another
> transform (as this transform is actually creating the anchor)?
>
> Thanks so much for your help.
>
> - Bob
>
>
> On Wed, May 16, 2012 at 10:24 AM, Bob Harrod <[email protected]> wrote:
>
>> I'm rending html in a transform, and would like to render an anchor who's
>> href is absolute, not relative.  For example, instead of this:
>>
>> <a href="../home">...</a>
>>
>> I would like to be able to provide a full url in the href:
>>
>> <a href="http://mysite/application1/home";>...</a>
>>
>> Thank you for your assistance with this!
>>
>>
>> On Wed, May 16, 2012 at 12:52 AM, Bob Harrod <[email protected]> wrote:
>>
>>> I'm quite new to cocoon, and supporting an older version (2.1).  Does
>>> anyone know how I can gain access the web application base path inside of a
>>> transform?  Of course, it can be passed by the sitemap...  Any help would
>>> be appreciated!
>>>
>>> Thanks!
>>>
>>
>>
>

Reply via email to