Bug #68333
closedFluid Form ViewHelper dosen't generate Hmac correctly in widgets
0%
Description
If you use f:form in a widget and add some inputs, these (property based or name based) inputs are not prefixed correctly. This leads to validation errors after submitting the form, as the values cannot be recognized due to the missing prefix.
You can circumvent the problem by using fieldNamePrefix attribute on the f:form viewhelper, but if you do so, the form fields are no longer added to the trusted properties.
So in fact there are two issues to solve:
1) properly prefix the viewhelpers when in widget context
2) allow multi-dimensional fieldname prefix in MvcPropertyMappingConfigurationService->generateTrustedPropertiesToken()
Updated by Claus Due about 9 years ago
Sounds reasonable! This still has to be solved in the TYPO3 "fluid" extension even after integrating the Fluid standalone package. Widgets are still 100% provided by EXT:fluid.
Updated by Susanne Moog about 7 years ago
- Category changed from Documentation to Fluid
Updated by Oliver Hader almost 3 years ago
- Related to Task #92529: Remove fluid widgets added
Updated by Oliver Hader almost 3 years ago
- Status changed from Accepted to Closed
All fluid widgets have been removed in TYPO3 v11.0 - see https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.html