Jahia 6 Community - Page Url

View: New views
2 Messages — Rating Filter:   Alert me  

Jahia 6 Community - Page Url

by MesDocs ParMail :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm currently developping a template container which description is

[my_templates:TestContainer] > jnt:container
smallText        TestTitle
bigText TestDescription
page                 TestURL (page[type="internal,external"])
file        TestFile

In my page, I'd like to have the output

<a href=' theReference'>TestTitle</a>

with theReference containing the TestFile downloadUrl or the  TestURL url

has anybody an idea how to get a page url ?

Regards,

Mesdocs
_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: Jahia 6 Community - Page Url

by Benjamin Papez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try this:

<template:field name="TestURL" display="false" valueBeanID="testURL"/>
<a href='${testURL.url}'>...</a>

Just be careful, that in the next release this will be changed and you will have to use:
<a href='${testURL.page.url}'>...</a>

Regards,
Benjamin

2009/3/11 MesDocs ParMail <mesdocs.parmail@...>
Hi,

I'm currently developping a template container which description is

[my_templates:TestContainer] > jnt:container
smallText               TestTitle
bigText         TestDescription
page                 TestURL (page[type="internal,external"])
file                    TestFile

In my page, I'd like to have the output

<a href=' theReference'>TestTitle</a>

with theReference containing the TestFile downloadUrl or the  TestURL url

has anybody an idea how to get a page url ?

Regards,

Mesdocs
_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list


_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list