[Neos] How using node links with ViewHelper?

nikos nick at jamalade.com
Sat Feb 7 20:22:06 CET 2015


Hi arno

Assuming I have defined theNode in my yaml

I use either

<neos:uri.node node="{theNode}">


or <neos:link.node node="{theNode}">

Nikos

On 07/02/2015 13:08, Arno Dudek wrote:
> Hi!
>
> The LinkEditor save the result into the value like this:
>
> node://42065342-7f2e-e8a3-c1f4-4624abe77991
>
> How can I use this with a ViewHelper to get the correct link?
> As far as I understand it the VH "neos:link.node" accepts only objects or a path.
>
> Now when I use this in this way:
>
> <neos:link.node node="{item.linkUrl}">
>
> The rendering result will be again
>
> node://42065342-7f2e-e8a3-c1f4-4624abe77991
>
> Ist this the wrong VH I'm using?
>
> lg arno



More information about the Neos mailing list