[TYPO3-mvc] Tx_Fluid_ViewHelpers_Form_RadioViewHelper in newAction View
Sebastian Kurfürst
sebastian at typo3.org
Sun Nov 29 11:48:35 CET 2009
Hey,
>> <f:form.radio property="barrierefreiheit" value="1" /> ja
>> <f:form.radio property="barrierefreiheit" value="0" checked="checked" />
If you use the property attribute, Fluid expects an object which is
bound to the form via object="...".
If you do not want to bind an object to the form, then just use "name"
instead of "property".
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list