[TYPO3-mvc] f:link.action set pageUid

Andriy Kushnarov akushnarov at gmail.com
Thu Jul 15 11:42:59 CEST 2010


Hi all,

Yep, actually it was a problem because of non-existing page :)
But now I've got another problem. I put a extbase plugin to a page
(id=123) to which I redirect by link
<f:link.action
         action="foo"
         controller="bar"
         arguments="{p1 : p1}"
         pageUid="123">title</f:link.action>

I've got controller action:
public function singleAction(Tx_Extension_Domain_Model_P1 $p1 = NULL) {
...
}

I do not recieve propper $p1, always NULL

2010/7/14 Franz Koch <typo3.RemoveForMessage at elements-net.de>:
> On 14.07.2010 18:33, Andriy Kushnarov wrote:
>>
>> 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 ? :)
>
> sorry, for the probably stupid question, but does the page exist and is
> accessible by the current fe_user?
>
> --
> kind regards,
> Franz Koch
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>



-- 
Best Regards
Andriy Kushnarov


More information about the TYPO3-project-typo3v4mvc mailing list