[TYPO3-mvc] HMAC check fails / form view helper

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Mon Sep 26 14:17:15 CEST 2011


On 09/26/2011 02:03 PM, Claus Due wrote:
> Hi Till,
>
> How does your model look? Is the "city" property defined properly in model and TCA as well?
>
> "name" attribute is surely wrong in your case, but this should be resolved automatically given the correct attribute and a valid Domain Model + TCA setup for it.
>    
Hi Claus

This code works:

<f:form name="demand" object="{demand}" action="results">
<f:form.select property="city" options="{cities}" optionLabelField="name" /> 

<f:form.submit value="Search" />
</f:form>

so there should be no problem with the city property...

Cheers,
Till



More information about the TYPO3-project-typo3v4mvc mailing list