Dear all,
I'm trying to use f:link.action view helper to make a link to another
page, when I add pageUid I recieve empty href.
I write
<f:link.action
action="foo"
controller="bar"
arguments="{p1 : p1}"
pageUid="123">title</f:link.action>
I get
<a href="">title</a>
What I do wrong ? :)
--
Best Regards
Andriy Kushnarov