[TYPO3-mvc] Fluid namespace problem

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Sat Feb 20 11:01:26 CET 2010


This may also way the issue I was struggling with. Imho this is a bug,
so +1 for filing a new ticket on the forge.

Thomas


Am 19.02.2010 16:15, schrieb Christine Gerpheide:
> Actually I'm getting a very similar problem... it seems to currently happen
> when I add a link with arguments that have the same key as the name of the
> form:
>
> <f:form method="post" action="addCampaign" controller="Campaign"
> name="campaign" object="{campaign}">
> ...
> <f:link.action action="preview" arguments="{campaign : campaign}">or go
> back</f:link.action>
> ...
> </f:form>
>
> I get the error:
> #1255072587: The form field name "tx_cmlcampaignmonitor_pi1[campaign]"
> collides with a previous form field name which declared the field as array.
> (Array overridden by String)
>
> **If I change the name of the form or change the link argument key
> "campaign" to something else, this error does not appear.  This is also
> interesting because I raised another issue about not being able to create
> links inside of forms at all... but apparently there's some special
> circumstance for that issue.  But it seems that in general links are not
> playing nicely with forms.  Shall we raise an issue for this case?
>
> Thanks,
> Christine
>
>
> 2010/2/13 Thomas "Thasmo" Deinhamer<thasmo at gmail.com>
>
>> Okay, I'm sorry therefor, but I can't reproduce
>> this myself now. I'm not sure what the exact markup was. :-|
>>
>> If I find out, I will definitely come back to this.
>>
>> Thomas
>>
>>
>> Am 13.02.2010 09:30, schrieb Sebastian Kurfürst:
>>
>>   Hey,
>>>
>>>   Here's an example:
>>>>
>>>> <f:form name="car" object="{car}">
>>>>
>>>>      <!-- textfield -->
>>>>      <f:form.textfield property="engine"/>
>>>>
>>>>      <!-- link -->
>>>>      <f:link.action arguments="{engine: engine}"/>
>>>> </f:form>
>>>>
>>>> I'm not 100% sure, this is the exact same html markup,
>>>> I had the problem with, but hopefully it is.
>>>>
>>> That's very strange, and this should not happen... In fact, I seem to be
>>> too stupid to reproduce this ;-)
>>>
>>> So, I'd be very interested in the exact markup, to reproduce and remove
>>> the error.
>>>
>>> Greets,
>>> Sebastian
>>>
>> _______________________________________________
>> 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