[TYPO3-mvc] [TYPO3-extbase-kickstarter] RadioViewHelper and checked state on property

Marc Bastian Heinrichs typo3 at mbh-web.de
Fri Feb 4 11:03:40 CET 2011


Hey Peter,

> <f:form.radio property="registrationRequired" value="1" />
> 
> leads to
> 
> No value found for key "Tx_Fluid_ViewHelpers_FormViewHelper->formObject"
> 
> does anybody already have a solution?

<f:form.radio name="registrationRequired" value="1"
checked="{XYZ.registrationRequired} == 1" />


Best
Marc Bastian


More information about the TYPO3-project-typo3v4mvc mailing list