Important: #93398 - Possibility to ignore submitted values in HiddenViewHelper
See forge#93398
Description
A new argument respect
is added to Fluid's
Hidden
view helper. It allows to enable or disable the usage of
previously submitted values for the corresponding field. This is especially
useful if dealing with sub requests, e.g. when a \TYPO3\
is
being dispatched within Extbase.
Example
<f:form.hidden property="hiddenProperty" value="{form.hiddenProperty}" respectSubmittedDataValue="false"/>
Copied!