[TYPO3-mvc] Fluid Checkbox Helper
Felix Oertel
mehl at foertel.com
Mon Sep 20 12:13:20 CEST 2010
Hey,
Am 17.09.10 15:49, schrieb Christian Schwan - Dimme GmbH:
> it isnt't in the f:form as object...
that's the reason
> <f:for each="{order.items}" as="item" iteration="iteration">
> <f:form.checkbox property="{item.delivered}" value="1" />
> </f:for>
that won't work. the "property"-argument in f:form.* viewHelpers referes
to a property of an object attached to f:form.
You want to display wether an item is delivered or not, right? Try:
<f:form.checkbox checked="{item.delivered}" />
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list