[TYPO3-mvc] Tx_Fluid_ViewHelpers_Form_RadioViewHelper in newAction View
Steffen Ritter
info at rs-websystems.de
Tue Dec 1 13:48:23 CET 2009
Steffen Ritter schrieb:
>>> I digged into this problem and found a solution, just a missing
>>> condition and one missing statement in each RadioBox and CHeckbox...
>> great! Where is it? :-)
...
> if ($checked === NULL && $this->isObjectAccessorMode() &&
> $this->viewHelperVariableContainer->exists('Tx_Fluid_ViewHelpers_FormViewHelper',
> 'formObject')) {
> $this->addAdditionalIdentityPropertiesIfNeeded();
> $propertyValue = $this->getPropertyValue();
by the way: this is friendly featured by AbstractFormViewHelper where
this is done correctly in getValue() ...
regards
Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list