[TYPO3-mvc] How to use my own ViewHelpers in Extbase 6.x using namespaces?

Tobias Liegl tliegl at gmail.com
Fri Jun 7 12:53:38 CEST 2013


Hi,

I think I made a mistake too. In the template it should read like this:

{namespace myext=MyVendor\MyExt\ViewHelpers}

Without the slash after the =.

Tobi


Am 07.06.13 12:32, schrieb Felix Eggbert:
> Hi Tobi,
>
> thanks for your reply...
>
> Yes, I did define a namespace like that in my VH, still no success.
>
> After posting my first message I realized, that I must have made a mistake
> here:
>
> I guess instead of \TYPO3\CMS\Fluid\ViewHelpers\Form\AbstractViewHelper it
> should rather be \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper. I did
> change that, still no success. I mean, shouldn’t the first example throw an
> exception anyway? But obviously it doesn't even get that far...
>
> Hm...
>
> Felix



More information about the TYPO3-project-typo3v4mvc mailing list