[TYPO3-mvc] @widget namespace and argument access from FLUID

Torsten Schrade schradt at uni-mainz.de
Fri Jul 6 16:07:37 CEST 2012


Dear list,

in extbase versions < 4.7 it was possible to access widget arguments
from FLUID using a double underscore like {__widget_0.currentPage}. This
was really helpfull when dealing with paginated lists.

In extbase 4.7 it seems the widget namespace has changed to "@widget_0"
and currently I'm failing in getting widget arguments from within FLUID
templates - {@widget_0.currentPage} will just be interpreted as a string
and it's not possible to do things like {@widget_0 : {currentPage : 5}}
in link arguments.

I'd be very grateful if someone could enlighten me on how to access
widget arguments in extbase 4.7.

Many thanks and regards, Torsten


More information about the TYPO3-project-typo3v4mvc mailing list