[TYPO3-mvc] Urlencode within an argument declaration

Robert Schneider r.schneider at artworx.at
Mon Sep 10 12:39:38 CEST 2012


Hello Claus,

no, it was not just the missing brace. I still get error message. I have 
tried it also with removed apostrophs:

<f:link.action
   action="listCategoryProducts"
   arguments="{category: {'office & business' ->
               f:format.urnencode()}}">
   Office $ Business
</f:link.action>

But this didn't help either.

Any other ideas?

Thank you.

Robert

Am 10.09.2012 12:18, schrieb Claus Due:
> Hi Robert,
>
> See corrections below
>
> On Sep 10, 2012, at 12:14 PM, Robert Schneider <r.schneider at artworx.at> wrote:
>
>> <f:link.action
>>   action="listCategoryProducts"
>>   arguments="{category: '{'office & business' ->
>>               f:format.urnencode()}'}">
>>   Office $ Business
>> </f:link.action>
>
> Note last curly brace to finish the expression syntax.
>
> Cheers,
> Claus
>



More information about the TYPO3-project-typo3v4mvc mailing list