[TYPO3-english] Ajax Widget ViewHelper in StandaloneViewHelper

Benjamin Franzke benjaminfranzke at googlemail.com
Mon Mar 31 20:54:06 CEST 2014


Hi List,

I'd like to use an extbase ajax widget in a StandaloneViewHelper (to be
exact in DCE, which uses the StandaloneViewHelper).

The index-action of the widget is displayed without problems, but the
ajax-action can not be called.

I'm getting the following Exception:
#1290623020: Invalid configuration: "extensionName" is not set (More
information)

In \TYPO3\CMS\Fluid\Core\Widget\Bootstrap::run the extensionName of the
parent Extension is requested from the ajaxWidgetContextHolder.
But it is never set there, since the StandaloneView doesnt have that
information.

Maybe the StandaloneView could be extended to add a method to attach an
extensionContext?

Is this issue (or missing-feature) already known or is that a wont-fix?
Are there mabye other ways to do something like this?

Regards, Ben


More information about the TYPO3-english mailing list