[TYPO3-mvc] checkbox property

Thomas Allmer at at delusionworld.com
Sat Feb 26 20:39:50 CET 2011


hey,

I was just trying to use a checkbox with a property but it doesn't work?

Probably the same "problem" has been already reported 2009 with a "fix"..
http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2009-December/001893.html

<f:form.radio property="searchWordTime" value="1" />

manually "mapping" work just fine...

<f:form.radio name="demand[searchWordTime]" value="0" 
checked="{demand.searchWordTime} == 0" />

with the fix its possible to use it with property... so why is it still 
not there? I mean without it you can't use it at all?

cheers

PS: I can of course provide a patch/diff/pull request for this simple fix...
-- 
+---------------------------------+-----------------------------------+
| Thomas Allmer                   |   http://www.delusionworld.com    |
| E-mail: at at delusionworld.com    |   phone: +43 699 16217064         |
+---------------------------------+-----------------------------------+


More information about the TYPO3-project-typo3v4mvc mailing list