[TYPO3-mvc] Tx_Fluid_ViewHelpers_Form_RadioViewHelper in newAction View
Axel Müller
axel.mueller at amit-services.de
Tue Dec 1 14:01:11 CET 2009
>> great! Where is it? :-)
>>
>> greeings
>> Axel
>>
>>
> right now, nowhere, since i'm currently on other "formbugs" to...
>
> if you need in right now:
>
> There's in both problemativ viewhelper the following:
> if ($checked === NULL && $this->isObjectAccessorMode()) {
> $propertyValue = $this->getPropertyValue();
>
>
> replace it with:
>
> if ($checked === NULL && $this->isObjectAccessorMode() &&
>
$this->viewHelperVariableContainer->exists('Tx_Fluid_ViewHelpers_FormViewHelper',
>
> 'formObject')) {
>
$this->addAdditionalIdentityPropertiesIfNeeded();
> $propertyValue = $this->getPropertyValue();
>
thanks,
Axel
--
axel.mueller at amit-services.de
http://www.amit-services.de
tel (06322) 680 668
mobil 0160 973 483 27
gpg-id: AADE7CDF
jabber-id: axelm at jabber.ccc.de
More information about the TYPO3-project-typo3v4mvc
mailing list