FluidTYPO3 / flux

TYPO3 extension Flux: Dynamic Fluid FlexForms
https://fluidtypo3.org
146 stars 212 forks source link

flux:form.container not working with TYPO3 7.3 #863

Closed schloram closed 9 years ago

schloram commented 9 years ago

Hi, when I create a flux:form.container it always returns:

Section expected at *containerName* but not found

TYPO3: 7.3.1 flux: 7.2.1 fluidcontent: 4.2.4

best, flatchar

jmverges commented 9 years ago

Hi @flatchar, could you paste the complete file?

schloram commented 9 years ago

Hi @jmverges, sure. :)

https://gist.github.com/flatchar/071225234cc1bf1f8394 It's just a very simple example but it should be enough, I think.

Everything works fine except ContainerViewHelper.

best, flatchar

NamelessCoder commented 9 years ago

The usage is valid. The error is thrown by TYPO3 and is caused by the recent remodelling of FormEngine. The exact reason is that whomever created the core patch did not foresee and add support for an existing feature: containers as a "dynamically added set of fields" also outside sections.

The problem must be reported to and fixed in the TYPO3 core as it affects not only Flux but affects any source of TCEforms definitions that use this way of nesting.