[TYPO3-mvc] HMAC check fails / form view helper
Claus Due
claus at wildside.dk
Mon Sep 26 14:23:45 CEST 2011
Hmm!
Try "city.0" as name… depending on the type of relation you have this could be necessary. Otherwise you can probably use the full manual field name as name="tx_myext_plugin[demand][city][]".
If you have multiple city selectors you need one hidden input field for each, each with a unique "city.X" name.
Cheers,
Claus
On Sep 26, 2011, at 2:17 PM, g4-lisz at tonarchiv.ch wrote:
> 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
>
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list